rust-help-forum

11663 threads · Page 196 of 234

Moving lock guards 31 messages
Help
Trait is in scope but is reported missing by cargo check 7 messages
Compiler Error
Having multiple problems with the borrow checker 7 messages
Compiler Error Help
Code is inactive.. 4 messages
Help Tooling Help
Best way to handle feature flags 3 messages
Help
Why use if let over match? 14 messages
Question Beginner
Field of struct is private, but the struct is public? How should I resolve? 8 messages
Help Question
Need some Thread Pool suggestions 9 messages
Help Question
Compile Rust to WASM 9 messages
Question
expected trait, found opaque; unknown size at compile time 4 messages
Help
multiple slog loggers? 12 messages
Help Question
Splitting up structs - taken to the extreme? 27 messages
Help Question Code Review Request Discussion Compiler Error
What is this weird trait bound with `=`? 4 messages
Help Question
Simple binary search implementation doesn't work 13 messages
Code Review Request
How to deal with 'nested' options 3 messages
Question Help
How can I use an async lambda in an async method of this async trait? 8 messages
Help Code Review Request
Transient dangling reference; should miri be reporting it? 5 messages
Question Help
Criticisms of rust 340 messages
Discussion
Looking for a code review. 11 messages
Code Review Request Beginner
Thread closure capturing unexpectedly? 54 messages
Help Question
Why are these conflicting impls? 10 messages
Question Help
Why does Cell, RefCell, and Mutex cause lifetime confusion? 14 messages
Question
spurious silent error when calling certain method on object passed across dynamic library boundary 3 messages
Question
When building a C++ project, why does rust insist on needing to relink static libs? 60 messages
Question Help Discussion
Multi threading 4 messages
Help
Why is static mut unsafe 30 messages
Question
i16 borrowed value does not live long enough 5 messages
Help Beginner
Adding an attribute to a macro 14 messages
Help Question Compiler Error Beginner
Would appreciate a code review for this solution. 14 messages
Code Review Request Beginner
How do I create an alias for a trait with parameter constraints? 9 messages
Help
Expressing two dependent arguments in Clap 2 messages
Question
Bytes and Slices 2 messages
Help Question
cargo not looking in usr lib x86_64-linux-gnu for linking 2 messages
Help Tooling Help
Inference Failure on Rust Versions below 1.61 14 messages
Help
Can someone tell what is wrong with this dynamic programming solution? 4 messages
Question
Extension method for boxable iterator 9 messages
Help Question
Edit a printed line 10 messages
Help
Question structenum that can contain both ref or opened value 2 messages
Question
Macros - cannot find value in this scope 4 messages
Help Beginner Compiler Error
How to use jintArray in rust? (Solved) 11 messages
Question
Execute exe in memory from rust 35 messages
Question
How to use Fn without lifetime issues? 38 messages
Question
Optimal way to avoid stack exhaustion? I'm having STATUS_STACK_OVERFLOW in main 21 messages
Help Beginner
Proc Macro Standards (or customs) 5 messages
Discussion Question
[WinAPI] Making something like CoInitialize safer 69 messages
Code Review Request
Error propagation 2 messages
Question Code Review Request
File encryption implementation using AES_GCM 8 messages
Question Discussion
How do I check if a file exists? 17 messages
Help
Fool-proof way to get Rust running? 18 messages
Question Discussion Tooling Help Beginner
Microrust openocd and arm-none-eabi error 11 messages
Help