rust-help-forum
Lifetime issues... again... lol
Help
Calling a function within ctrlc handler on struct fails
Help
Beginner
Tooling Help
How to stub an external crate (or ways around it)
Question
Help
Tooling Help
UB to re-initialize &mut [T] from same allocation?
Question
actix wrap_fn middleware patterns
Help
Caching map
Code Review Request
Minimising string allocations when you have a pre-allocated buffer.
Question
Help
error failed to run custom build command for `ring v0.16.20`
Help
Compiler Error
Global instance
Help
Question
Why are rust exe's so huge?
Question
Cargo and asset bundling
Help
Question
Reqwest `end of file before message length reached`
Help
Need help getting colored output using clap.
Boxed Sleep objects--sized or unsized?
How to get unicode Numeric_Value property of a character?
Help
Question
Beginner
How do I return out of local scope using guard?
Beginner
Question
Easy Flatten Vecs without copying?
Function pointers and ASLR
Question
Help
Changing value of string
Beginner
Removing strings from unwrap
Question
Reqwest suddenly fails to make requests!
Help
Question
Code Review Request
Can't import crate from integration test
Help
Reducing the number of variants in my crate's Error type.
Would anyone like to mentor me for advance rust?
Question
Optimisation - std;;thread;;sleep really slow?
Question
Code Review Request
How would can I use the parse method on a literal like `'0x10'`?
Help
How to move a function parameter into a thread
Question
Help
Mulithreading help (tokio + async + loops)
Help
Code Review Request
no_std rust-analyzer duplicate lang-item
Help
Change nested Enum Variant with a `&mut self` with attached Data.
Compiler Error
How to design this with cargo features
Question
Help
Chaining buffers (?)
Help
Cargo error adding macroquad to project Ubuntu 22.04
How can I clone or reference a WriteHalf in multiple tokio spawn?
Help
Beginner
Cargo install & run issues with certain packages on windows
Help
CORS with warp
Help
Chaining `Cow`s and 'no-op' `into_owned()` on the right `Cow`
Code Review Request
How would you turn this a function into a macro for f64, i64, and u64?
Help
Question
How do I convert an existing rust lib to wasm?
Help
Creating a topk BinaryHeap
Code Review Request
Use type parameter when implementing trait
Deallocating FFI Strings
Help
What differentiates the various 'Implementations' section headings on docs.rs?
Question
Tooling Help
Beginner
What's the fastest ways to log to file?
Returning an Error
Count on left-joins in Diesel
Help
Storing API response and using it to display it (parsed)
Help
Question
trait return within trait
Help
Compiler Error
Beginner
How to fix this error, I can't run the cargo run command
Why can't i increment a variable from inside a closure?
Help
Beginner