rust-help-forum
In a big Rust application. How o know which lifetime is bigger, which lifetime to use ?
const enummap
Question
Code Review would really appreciate some feedback!
Code Review Request
can't call function taking Arc Self with Arc Box Self
Why can I implement traits that aren't mine on types that aren't mine?
Question
Help
any way to convert Arc RwLock Option T into Arc T?
How to return a string slice of a string created locally without changing the return type ?
Fighting compiler errors around closures and lifetimes
Compiler Error
How does wasm-bindgen serialise structs?
Errors while putting a sender into a closure
Help
Compiler Error
Beginner
Return Function Made With Constants?
Beginner
Compiler Error
Question
Caching based on f32 equality
Question
background task lifetimes
Help
Beginner
How to create macro to expand types into match arms?
Help
Compiler Error
error failed to run custom build command for `X`
Help
Question
Mutate const generic?
which database to use with rust
Discussion
Question
Help
Strategies, backends for 'target' (dir) data
Discussion
Tooling Help
Beginner
Help with zip-rs write optimization
Help
Question
Beginner
normal typing input in raw terminal mode?
Help for RUST Training
Extracting the name of a bound type parameter
Question
Beginner
Help with threadpool moving only one variable
Help
Question
Beginner
Output to `less` or buffer or less-like enviroment
Help
Rewrap Types without reallocations
Code Review Request
Help
Discussion
How to remove all non utf-8 characters from a String?
Question
Rustfmt question
Flatten Vec of String
Code Review Request - Macro Meyham
Code Review Request
how to keep iterators as values in a HashMap without leaking lifetime semantics everywhere
serde_json value to vector
Help
How can I impl PartialEq that requires Async, within an Async runtime?
Question
Help
reading data from rscam lib
Beginner
Help
Why can I return a shared reference without a lifetime specifier here?
Question
Beginner
Help with aes crate
`chrono` question.
Why is the build folder called target?
Safe wrapper for borrowed data when pointers is used?
Question
Rust Analyzer giving `{unknown}` types to known functions
Tooling Help
Help
Is this style of callback possible in Rust or is there a better alternative?
Help
Question
Beginner
(Specs) - Dereferencing something that isn't a reference?
Beginner
Question
`set_wait` and `set_exit` function on `ControlFlow` in winit
Question
Help
Tooling Help
How to return object1 and derived object2 (having ref to object1) at same time
Help
Question
Compiler Error
Is there a less verbose way to perform Type Coercion for [enum_dispatch] ?
Help
Lifetime error when using `Mul` with generics and references
Help
Question
Compiler Error
Tokio Broadcast Channel + WebSocket Server
What is wrong with my code here
Help
Using swc from Rust
Question
T in C FFI where it can be both the concrete type and dyn trait via casting
Help
Is there a good way to display diagnostic data in a loop? (e.g. print then clear)