rust-help-forum

11663 threads · Page 173 of 234

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