rust-help-forum

11663 threads · Page 152 of 234

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