rust-help-forum

11663 threads · Page 222 of 234

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