rust-help-forum
cargo workspaces with glob pattern (without root src folder)
Help
Installing rust.
Help
axum websocket help
Help
How do declare type at struct creation
Help
Vec to slice - hard mode
Question
Web Development
Discussion
Beginner
Help
Question
Implementing delivered receipts in chat server in rust?
Beginner
Help
Question
Macros passing repeated blocks to another (internal) macro
Help
How to use a HashMap in an IntoIterator Item=(&K, &V)?
Help
[ Tokio + Tonic ] !Send self-referential scope guard across await
Help
Question
Code review my first project!
Code Review Request
PyO3 -- How to bundle pure-python modules with rust+python modules?
Question
Borrow questions
Beginner
Help
Question
Dealing with a somewhat cursed input data format
Beginner
Help
Question
Terminal app not giving expected output
Help
Rust Deref question
Beginner
Question
Netowrking
Tooling Help
Help
Problem when compiling basic app
Compiler Error
Get one mutable and one immutable reference in an array via range indexing
Question
Idiomatic way to init u8 array from a smaller u8 array
Beginner
Question
Is there a `cfg` to signal installing or building bins?
Question
Lifetimes of async closures.
Question
Compiler Error
[challenge] random number using race conditions
Question
How to conditionally return a reference or stop borrowing
Question
Compiler Error
Assigning a char at the nth character of a str
Help
Question
How can I pass a reference to a mutated value within a loop?
Help
Question
Anyone know why this optimization isn't happening? Is there a way to make it happen?
Help
Question
How to set a default target per crate in a workspace?
Question
How do I do List in yew?
Question
Error handling for a library with multiple error sources
Help
Discussion
Question
returning this value requires that `'1` must outlive `'static`
Help
Having issues with lifetimes when using Result
Beginner
Help
Abstracting over different kinds of receivers
Question
Using once_cell instead of lazy_static
Beginner
Help
SQLX SqliteConnection cannot be shared between threads safely
Help
Question
SQLX `query_as!()` generating error on Windows
Beginner
Help
Compiler Error
Library requires a `Fn` trait but my closure implements `FnMut`. Is this possible to get around?
Beginner
Help
Understanding binary size (winit, glutin, and co.)
Question
how to implement Copy on a struct with a Vec
Help
copy dependencies to project folder
Tooling Help
Expected named lifetime parameter
Help
Question
implementation is not general enough
Help
Poll on a pair
Help
Question
Looking for optimization tips to increase calculation speed.
Code Review Request
Beginner
Simplify this Option processing function
Code Review Request
Question
Need help Displaying code to match output from photo
Help
How to parse and write into xml?
Help
glium and naglebra_glm error with uniforms
Help
Pseudo-terminal - Spawing a shell in a PTY
Beginner
Help
Question
Code Review Request -- Rust Snake Game
Code Review Request