rust-help-forum
Implementing NBT format in Serde
Question
Help
&mut [T;N] to [&mut T; N]
Code Review Request
How to cache &str based on String while String might change
Question
Using UnboundedSender clones in separate futures
Question
Beginner
Help with aes_gcm
Help
Question
Beginner
get tauri to refresh my web components automatically
Tooling Help
Crate to detect exes and get their CPU architecture
Question
Proper hybrid (bin+lib) package handling
Help
Question
Discussion
rustlings iterators.rs
Question
Maurin error
Tooling Help
Dynamic function call (decided upon start)
Question
Is there a way to stop Rust Analyzer from suggesting completions with & ?
Tooling Help
Properly Passing Data to Threadpool
Help
Beginner
Trouble connecting to a Postgres db in Rocket using Docker Compose
Help
Can't figure out why this vector shrinks with this code
Help
long repeating where clause
Question
E0506 error when trying to create Cached struct
Help
Question
Implement trait `IntoParallelRefIterator` or `IntoParallelIterator` for a custom struct
Help
Beginner
Question
Discussion
fastest way to wright to a txt file
Question
Too many allocations
Code Review Request
Change function signature with feature flag
Help
HW. Return the median (when sorted, the value in the middle position)
Discussion
how do I access struct data within the impl of a struct
Help
Question
how do i multithread this code?
Help
Question
Help fixing macro that inits a new enum variant of similar types
Help
Compiler Error
Patterns for chunking out async worker input data
Question
Beginner
Spelling complex types in a struct
Question
Diesel gives me a strange error when trying to add a new user to my users table
Help
Beginner
Referencing assets SFML
Question
Compiler Error
Help
Beginner
Array where amount of indeces is known, and size of each is known, but size of each is different.
Question
How do you implement checked_div over a template type?
Help
Compiler Error
How is Cow getting automatically get converted into String or &str
Question
Help with invoking a class with a string array via JNI in rust
Question
Help
Beginner
Why does `foo[x] ^= foo[y]` work when `foo` is an array, but not when it is a custom type?
Help
Question
Compiler Error
Cannot implement IntoIterator for mutable items
Compiler Error
Help
Beginner
rust script that converts 1k csv files into distinct postgresql tables
Question
Are these unsafe code sound? winapi crate
Help
Question
Code Review Request
Beginner
Cargo can't find egui 0.18.1
Help
Tooling Help
Is there a way to restrict members of Json using serde ?
Question
Help
How do I implement an iterator over a custom in place tuple?
Question
how do i multithread this?
Question
Help
Is there a nicer way to write this?
Question
Code Review Request
Using Discord Game SDK + Axum at the same time
Help
Need help with ownership, borrow checker and etc.
Beginner
Compiler Error
Help
Borrow in Closure
Compiler Error
Question
Help
[Beginner] Poker analytics. I want to interpret hand-histories and calculate things like VPIP.
Beginner
Impelementing a trait using HRTBs
Help
How do I write a type specific function for a templated function?
Help
Question
Workaround to generic const exprs
Help
Question
How to move unclonable variable out of closure
Help