rust-help-forum
Argument requires _ is borrowed for 'static + Infinite loop with "Never" return
Help
Compiler Error
Failing to import a helper from the src folder within a unit test, not exactly sure what I'm doing.
Beginner
Help
Restrict parameter to only a defined set of possible elements
Question
cant run rand::rng;
Help
Anything I can improve, particularly naming, in this 67 line code?
Code Review Request
Improvement suggestions on my Termion cli application
Code Review Request
Beginner
Help
Creating a function that convert inputs from a enum to the right variant
Help
Question
lifetimes in for loops
Beginner
Help
Access Nvidia 3D Settings data values.
Tooling Help
Discussion
Question
Getting bot latency in Serenity
Beginner
Help
[FIXED] Default implementation on a trait with a lifetime annotation
Beginner
Help
[Resolved] Non-Exhaustive match with Option<Infallible>
Question
How do I run some effectful code before tests are run?
Question
Heterogenous vector using traits
Help
Conflicting Implementations
Help
Which inter-process communication method to use for an embedded linux system?
Help
Question
Embed data into executable AFTER compile time?
Discussion
Question
Iterator turned into stream throwing weird trait bound error
Help
Question
need help to understand a function
Beginner
Help
Cant get stdout of looping c program
Beginner
Question
question regarding Option enum
Question
local images in docs
Question
Condensing Nested if-let Statements
Beginner
Question
TcpStream resetting connection on drop
Help
Question
Using traits to implement a "Service" layer
Discussion
Question
Remove clone
Help
Compiler Error
First lib, any thoughts? (ratio-genetic)
Code Review Request
Receiving async closure argument and passing it to another async closure
Help
Compiler Error
[winapi] use AuthzAccessCheck in bulk?
Help
Question
Trying to get metadata from a &[u8]
Beginner
Help
How to download all images from a website
Help
Build failing with failed: unknown target triple: aarch64-pc-windows-gnullvm
Beginner
Question
Capture 'println' from dependancies in cargo tests
Help
Help with running in release mode.
Beginner
Question
Pass flags to cargo publish through environment variables/configuration
Tooling Help
Question
Rust i386-unknown-linux-gnu support
Question
Will Rust improve the performance of a IO-limited script?
Question
Stack overflow despite explicitly attempting not to allocate on the stack.
Help
Can cargo detect breaking changes?
Question
Two traits with single HRTB
Help
Question
When are macros evaluated?
Question
'temporary value dropped while borrowed' although lifetimes are provided
Help
beginner to advanced
Beginner
Question
make a FnOnce closure argument non-generic without boxing
Help
Question
Compiler Error
Invariance troubles.
Help
Forcing lifetime error
Help
Serde - one key in a container, but I don't know the key value
Help
Question
How to store a view into something in a field
Help
Question
Is there a Vec or Iterator function that can do this in a more concise way?
Question
Mimicing TLS fingerprint with rustls
Help
Question