rust-help-forum
rust crypto, json web encryption
Help
Question
AWS Lambda and PostgreSQL help
Beginner
Help
Question
I wondered why reading the content of a file into a Vec is faster than into an array
Beginner
Discussion
Question
Avoiding multiple mutable references.
Help
Question
where is this function defined ?
Beginner
Question
Is there a way to install rust for armv7-unknown-linux-musleabihf (using rustup or something else)?
Tooling Help
clippy: very complex type used. Consider factoring parts into `type` definitions
Beginner
Question
Desperately need help making code more efficient
Help
Bug in leb128? No.
Tooling Help
Help
Question
do anything else other than panicking
Code Review Request
Beginner
Question
Can't connect to TcpListener using postman
Help
figuring out paths in a project
Code Review Request
Beginner
Question
Implementing Drop for a linked list
Beginner
Question
Comparison of backend libraries. (Actix-web vs. Axum)
Beginner
Tooling Help
Discussion
Question
How can I call methods on a Pin<Box<T>>?
Help
Question
combinining flags/enums
Help
sqlx query won't compile but executes fine via mysql console
Help
trunk-rs & tailwind
Help
Crate feature vs non-crate feature
Question
Help with borrowing/ownership/mutability
Beginner
Help
Compiler Error
Editing a field of Structs contained in a Vec
Beginner
Help
Dynamic dependency injection
Question
Pool Allocator - How to properly drop old resources
Help
what can I optimize in this code?
Code Review Request
Beginner
`tokio::select` running wrong arm
Beginner
Help
Question
Impossible to express types for parser currying?
Help
Question
Potential Clippy Bug?
Question
My implementation of the guessing game in the book
Code Review Request
Beginner
Question
Higher Rank Trait bound borrowing
Help
Question
fs::read_dir try
Beginner
Question
Good allocator for x86_64-unknown-none.
Tooling Help
Help
`&mut T` vs `T` as a parameter
Question
Default type inference
Question
Can I have individual .cargo/config.toml configs for the stable and nightly toolchains
Tooling Help
Help
Question
Convert [u8] to Box<[u8]>
Help
Handle large amount of elements in Egui without lag
Discussion
Help
Question
clippy warning: module has the same name as containing module
Beginner
Question
Designing the structure of a layout that can be manipulated by layout managers
Help
Efficient way of passing down a variable
Question
VecDeque of &mut's popping and pushing new references
Help
Compiler Error
Unexpected missing field in deserialize
Help
Question
Call associated function on instance
Help
Question
Library for generating OpenType fonts?
Help
Actix Actors + Watchexec E0277: expected `FnMut`, got `FnOnce`
Code Review Request
Beginner
Help
Making some type of generic sqlx query function
Beginner
Help
Question
use zig cc as rust linker?
Tooling Help
Compiler Error
rustdoc link to function in a `impl dyn Trait`
Question
HashMap of threads, what's the best way to restart the ones that panic
Discussion
Question
Borrowing Problem
Help
Question
Validate a struct
Help
Question