rust-help-forum
How do I set up a shared global `target` folder like this?
Help
constant of struct with String
Beginner
Help
Question
References to build a backend framework in Rust?
Help
Discussion
Question
Sending c_void pointer for extern C callback
Help
Question
Compiler Error
can macro that takes json and deserializes it into struct without deserialize trait
Help
Question
Can a trait with a lifetime in a generic be made into a trait-object?
Question
Correct handling of handles (never read/dead code)
Beginner
Help
Question
Thread Safe BTreeMap
Beginner
Help
Decoupling Actions in a Rust Roguelike Game: Managing Mutable Entities without Borrow Rule Violation
Beginner
Help
Question
Some questions :)
Beginner
Question
Add googleapis protos to Rust project
Question
error[E0507]: cannot move out of `export_file`, a captured variable in an `FnMut` closure
Question
Compiler Error
Serializing a struct with vectors
Help
Question
Recursive enums with Box<_> vs. with normal references (&_)
Beginner
Question
New to Rust Ecosystem, question about frameworks
Beginner
Discussion
Question
Formatting json data
Beginner
Help
Question
"Type alias 'HWND' is private"
Beginner
Help
Compiler Error
Get request using reqwest library
Beginner
Help
Compiler Error
Serving directory of images to website with axum
Beginner
Help
Rocket API: Data left unread. Force closing network stream.
Code Review Request
Help
Proc Macro thingy
Help
I'm new to Rust and want a project idea.
Question
Convert ADT representation into equivalent trait
Help
Accessing gpiod::LineInfo
Help
Best solution for IPC between background service and UI app.
Help
Question
Can you have a hash map with reference-equality?
Beginner
Question
Constraining a trait by an associated type of a supertrait
Help
Improving an API for RNA base sequence to codon sequence conversion
Code Review Request
Getting seg faults while trying to expand this implementation of Lox (Crafting Interpreters)
Beginner
Question
Inputting hex values directly into terminal
Help
Struggling with Rc and Strong/Weak References.
Beginner
Is there any way to capture CLI input in a running actix web server?
Question
handle, associated function and "2.Programming a Guessing Game"
Beginner
Help
Question
Seemingly straightforward Simd question
Beginner
Help
Question
Neovim setup for rust
Tooling Help
Question
[SOLVED] Rayon performance
Code Review Request
Help
Ugly code
Code Review Request
Beginner
Question
`None` being seen as `u32` everywhere?
Compiler Error
Why does putting self in a tuple move it?
Help
Question
Compiler Error
Advanced lifetime constraint issues
Compiler Error
Array to GenericArray
Beginner
Question
&Box<Concrete> to &Box<dyn Trait> ?
Question
Why do we need to have a capacity for channels? oneshot, mpsc etc
Question
[SOLVED] std::sync::Mutex for interprocess sync
Help
Question
How do I set a unique field in MongoDB collection struct?
Help
Implementing a simple generic bubble sort. How do I swap?
Beginner
Question
Rust learning resources for the following topics
Discussion
Help
Implement C header file in Rust
Question
need help writing macro for variadic generics
Help
Patterns for error handling
Help
Question