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