rust-help-forum

11663 threads · Page 210 of 234

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