rust-help-forum

11663 threads · Page 225 of 234

Best way to store a string in a struct and construct it with a function? 8 messages
Question Help Discussion
How does this yew app component code compile? 21 messages
Question Beginner
Best way to read a 100 GB XML file 7 messages
Question
How would I wrap info! inside a macro? 4 messages
Help me figure out why a deterministic test in safe Rust is flaky 12 messages
Question
Anyhow backtraces 4 messages
Question Help
Max value in HashMap 17 messages
Help Beginner
[Serde JSON] Serialize a provided enum 14 messages
Help
Confusion about iterator methods 2 messages
Question
What's the best way to code this 112 messages
Discussion Question Beginner
Using a blocking function in async 7 messages
Question Help
Generic Mul Trait implementation 21 messages
Help Question Beginner
Result Ok(()) not working? 13 messages
Help
[jni-rs] How to get this code to pass the borrow checker? 3 messages
Help Compiler Error
Serde tag-content additional fields 30 messages
Question
Can't get cargo to build my project with nightly 34 messages
Help
Confusing Compile Error From PHF 4 messages
Compiler Error Beginner
Is it possible to expand a declarative macro in a procedural macro? 7 messages
Question
Chaining iterators 13 messages
Help Question
Generate a .s file from rust code 5 messages
reading serialport gives TimedOut error 14 messages
Help
how would we get a random Duration? (possibly within some bounding range) 2 messages
Compiler says remove `&mut` but says add `&mut` after removing it 3 messages
Help Compiler Error
Controlling deserialization allocation to be on the heap and not on the stack 18 messages
Beginner Question
Problem with ? operator and lifetimes 4 messages
Help Compiler Error
Reassigning to manually dropped variable 8 messages
Compiler Error Help
Queue implemented with an array 9 messages
Code Review Request
Result with Self in traits 5 messages
Help
I can't setup x86_64-unknown-none, please help 13 messages
Tooling Help
Get rid of double quotes 3 messages
Beginner
mouse scroll and arrows in alternate screen 7 messages
Help
Now I'm trying to call c code from Rust and Rust doesn't wanna link the code 19 messages
Beginner
Anyone got any clue as to why clippy's complaining about this? 43 messages
Tooling Help Help
Setting associated type on trait impl 14 messages
Help Code Review Request
Issue borrowing mutably in sequence 20 messages
Question
couldn't find Cargo.toml, how to fix this error? 3 messages
How to do shallow borrow of vec 17 messages
Question
How to link rust code with C 10 messages
Beginner
Using thread_local!() instead of lazy_static! 18 messages
Help
Conditionally deserialize string into json based on field value? 11 messages
The parameter type `T` may not live long enough? 12 messages
Compiler Error Help
Get global keyboard input? 7 messages
Beginner Help
How do i convert &str to usize? 6 messages
Beginner Help
How to idiomatically potentially consume several lines from a buffer? 15 messages
Help
When is `ref` needed? 7 messages
Help Question
What is the way to concat all the vectors inside a vector? 2 messages
Tracing 6 messages
Question
Error and i can not fix it 10 messages
Help Beginner
Read bits with a set size buffer 23 messages
Help Question
How to make code blocks in doc comments? 15 messages
Help Question