Search code examples
Why does Rust not recognize that a variable is a &str?...


rusttraits

Read More
How to get repetition through all the functions of an implementation for an implementation for a mac...


recursionrustinheritancemacro-rules

Read More
What does Rust have instead of a garbage collector?...


memoryrustmemory-managementgarbage-collection

Read More
Does the Rust compiler convert String to &str implicitly?...


rust

Read More
Rust compile error when passing the correct type of value to a function...


genericsrustfunction-pointerslifetimegeneric-associated-types

Read More
What is impl Trait + 'lifetime?...


rustlanguage-lawyertraitslifetimestatic-dispatch

Read More
What is the difference between &str and &String...


rust

Read More
How to compile Rust for use with WASM's Shared Memory?...


multithreadingrustwebassemblymemory-corruptionrust-wasm

Read More
Include git commit hash as string into Rust program...


rustrust-cargo

Read More
Vector of objects belonging to a trait...


polymorphismrust

Read More
Why does Rust need the `if let` syntax?...


rustoption-type

Read More
When does type binding happen in Rust?...


rustprogramming-languagescomputer-science

Read More
How does Rust store types at runtime?...


memorytypesrust

Read More
Is it possible to decode bytes to UTF-8, converting errors to escape sequences in Rust?...


utf-8rustunicode-escapes

Read More
rustup gives command not found error with zsh even after installing with brew...


rustrust-cargorustup

Read More
How do I detect if my Rust code is running under cargo test vs cargo run?...


rustrust-cargotest-environments

Read More
SIMD Vector Operations are slower than Normal Vector Operations when using `par_iter_mut`...


rustvectorgame-enginebevy

Read More
Command START_REPLICATION failing while trying to conusme logical replication...


postgresqlrustlogical-replication

Read More
Why is it considered safe to `mem::forget` Boxes?...


rustunsafe

Read More
How to return errors without early returning?...


rust

Read More
How to tell the version number of the Rust crate I'm in?...


rustrust-cargorust-crates

Read More
Why does Rust throw an error for a `[u8; isize::MAX as usize / 4 + 1]`, even though the theoretical ...


rust

Read More
What does 'Zero Cost Abstraction' mean?...


rust

Read More
I'm using Rust + Macroquad's and my ball's position ends up on the wrong side?...


rustsimulation

Read More
Figuring out correct trait bounds for rust diesel-async async closure transaction...


rust

Read More
Rust / Prost : How do add Debug to structs & unions?...


rustprotocol-buffersprost

Read More
How can I clear the Cargo cache?...


rustrust-cratesrust-cargo

Read More
How to apply multiple attributes to multiple items at the same time in Rust using a macro...


rustrust-macros

Read More
Mutability in fields for structs in Rust...


structrustmutability

Read More
How to check in Rust if architecture is 32 or 64 bit?...


rustprocessor

Read More
BackNext