rust-help-forum

11663 threads · Page 190 of 234

Rust compiling Speed. 5 messages
Help
non blocking callbacks? 2 messages
Help Beginner
Issues with `.inner_join()` in diesel.rs 27 messages
Help Question
How can I pick (randomly) from a collection of struct values with different const values? 11 messages
Beginner Help
How to reverse bits in a number? 5 messages
Help Question Discussion
The best (and idiomatic way) to refactor my struct for my library. 23 messages
Help Question Discussion
Is it possible to create a UdpSocket in wasm ? 5 messages
Question Beginner
Exit shell in rust 37 messages
Question Help
How to make multiple files use a common type, or 'import' the same file? 19 messages
Question Compiler Error Help Beginner
Converting an Rust FFI library into a static lib 5 messages
Help Question Beginner
Tokio keep alive 2 messages
Help Question Beginner
Shorter method to unwrap errors 16 messages
Question Help
reqwest body not send when performing a post request 20 messages
Question Help
`f32` what is going on here ? 89 messages
Help Question
Unable to Use next() on Stream from AWS SDK for Route53 10 messages
Help Beginner Question
Can't figure why I am getting a borrowing error 11 messages
Help Compiler Error
run callback after async function has executed 46 messages
Help
Should the unsafe keyword only be used for memory safety? 14 messages
Help Question Discussion
lazy_static macro expands weirdly 51 messages
Help Question
semantics of fence(SeqCst) 20 messages
Question
Trait bound for anything that is indexable by usize and returns String 16 messages
Help Question Beginner
Convert Vec Vec T to Slice Slice T 16 messages
Question Beginner Help
How does rust compile to wasm32 ? 38 messages
Discussion
Dealing with nesting in macros 24 messages
Question Help
Trying to compare an enum variant with a string 7 messages
Beginner Question
Parsing JSON 7 messages
Question Help
Trait bounds aren't matching when they seem to match. 5 messages
Help Beginner
Trait Error 29 messages
Help
Proving to the borrow checker that these accesses are unique 8 messages
Help Question
When are native libs necessary for dependents? 2 messages
Question
Safe way to convert between 2 shared references to 2 different instances of a generic enum 18 messages
Help Question
Reading an iso file 4 messages
Question Beginner
ops Add trait bound for &T 54 messages
Compiler Error
Making logs in async context, best practices? 14 messages
Discussion Question
quick_xml library help 5 messages
Question Help
Infinite recursion issue with a macro 3 messages
Help
wasm build panics 26 messages
Beginner Help Code Review Request
Macro that'll automatically reconnect my socket if connection lost. 12 messages
Help Question
How can i read a .txt character matrix into a nested array? 12 messages
Question Beginner
web requests for wasm 2 messages
Question Beginner
Can you derive(Serialize) only if a dependent type T is Serialize? 15 messages
Question Help
Is there a more simple or idiomatic way to write this function? 5 messages
Question Code Review Request
Is there a way to disable debugging for a specific file or function? 6 messages
Question
Assignment to a struct field seemingly not working 3 messages
Help Question Beginner
Custom bounds on integer values? 30 messages
Help
Quadratic Bezier curve with Pixels 11 messages
Help
for loop counts empty string when looping over &str 15 messages
Question
Getting messages when using `Result` in tests 16 messages
Question Beginner Tooling Help
One or multiple of enum variant as parameter 13 messages
Help Question
Best way to make parsed config available globally 3 messages
Question