rust-help-forum

11663 threads · Page 175 of 234

Tokio and winit event_loop 10 messages
Help
Cross-typechecking with rust-analyzer 3 messages
Help
Want to make a web app with Rust and TS. Any advices with what framework to choose & why? 10 messages
Question
Write all inside of tokio task 12 messages
Compiler Error
How do I access the item variable in my for loop outside the for loop? 3 messages
Beginner Help Question
Convert multiple async function that return an identical future to a common trait 8 messages
Help
How to get deps' compiled libraries from a cargo build? 7 messages
Tooling Help Question
Select on vec of channels (tokio) 2 messages
Help Question
DHashMap (or alternatives) 3 messages
Tooling Help
[eframe] no fontconfig.pc on linux mint 2 messages
Help Compiler Error
Help with traits 6 messages
Beginner Help Question
Implementing clone for Closure, where Closure is a wasm-bindgen struct 3 messages
Beginner Help Question
Make a ptr live longer than the closure for .map() 8 messages
Question
Error with rust-analyzer extension for rust in Visual Studio Code 4 messages
Beginner Tooling Help Help Question
Best library or framework for building Rust-native desktop apps? 4 messages
Beginner Question
What is the rust syntax? 5 messages
Beginner Help
rand crate Per a distribution 8 messages
Question
Build a linux executable in Windows 6 messages
Beginner Help
New to Rust and the Rust community 6 messages
Discussion
Good crate for struct-specific html parsing 4 messages
Beginner Question
is there a setTimeout in rust or rust websys just like in JavaScript? 4 messages
Question
Tokio tasks 15 messages
Help
thread 'main' panicked at 'Error Reading public.key EOF', 22 messages
Help
Working with futures 29 messages
Help
Filter in function parameters 13 messages
Help Question
borrowed data escapes outside of associated function 13 messages
Help Compiler Error
Unconstrained type parameter in trait with type alias 3 messages
Question
Help - Cargo Manifest like Parsing 2 messages
Help
Help with the borrow checker 52 messages
Beginner Help Compiler Error
Mutexed HashMap that doesn't block 6 messages
Help
Propegating Result in function that returns Option Result 14 messages
Help
Cross-file 12 messages
Help Question
Lock-free worker threads 7 messages
Question
Vec and Iterators 4 messages
Beginner Question
reqwest lib slow 150 messages
Beginner Help Question
Holding lock + BTree range iters in a struct 21 messages
Help Question
how can I debug which line breaks cargo fmt for me? 17 messages
Tooling Help Help
Re-exporting actix_web fails 43 messages
Help Question
Performance of bitvec Versus Manually Masked and Shifted Fields 4 messages
Code Review Request Discussion Question
How to expand a quadtree safely? 5 messages
Beginner Help Question Compiler Error
Convert Decaf Pointer to rust 60 messages
Help
Can rust-analyzer be used as a library instead of through the Language Server Protocol? 17 messages
Question
Try-Except 4 messages
Help Question
Rustbook Mutex example cannot compile 12 messages
Question
Static Reference with comparison by location 2 messages
Beginner Help Question
How does `rx`, as an iterator, knows that the channel is closed? When is the channel closed? 15 messages
Question
How to sync constants with non-rust files? 3 messages
Tooling Help Beginner Help Question
borrowed value does not live long enough 60 messages
Beginner Help Compiler Error
we have Index usize, but why not Index u8, u16, or u32? 119 messages
Discussion Question
Writing AMQP job processing library 2 messages
Help Question