rust-help-forum

11663 threads · Page 94 of 234

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