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