rust-help-forum

11663 threads · Page 167 of 234

Egui 14 messages
Help Question
Implement IntoIterator for Wrapped Slice? 18 messages
Help Question Compiler Error
Issue with minimax algorithm implementation into tic tac toe 18 messages
Beginner Help
Making a Vector of different Structs [but some structs reference other structs]. 10 messages
Help Compiler Error
BufRead doesn't seem to provide enough information 12 messages
Question
Best way to execute an iterable of futures concurrently? 11 messages
Help Question
[Multithreading] Simple code not compiling 6 messages
Help
cfg(windows) not working 5 messages
Help Compiler Error
multiple projects recompile from start 26 messages
Beginner Tooling Help Help
`format_args!` and lifetimes issue 11 messages
Help
Iterating over enums in a nested for loop (trying to understand how ownership works) 68 messages
Code Review Request Help Question
Tauri release file read issue 6 messages
Question
Noob code review 40 messages
Code Review Request Beginner
Type Erased ptrcopy_nonoverlapping performance 18 messages
Question
I'm looking for a library to easily add attributes to a enum 10 messages
Tooling Help
Modifying a VecT with T-Copy while iterating over it. 4 messages
Question
Searching Crates.io 4 messages
Help Question
Make an HTTPS request, but don't decrypt the data? 10 messages
Beginner Help Question
Does the standard library contain any undefined behaviour? 217 messages
Discussion Question
Noob help with adding BTreeMap value to Vec 6 messages
Help Compiler Error
Issue when using `thiserror` to convert error type to custom error. 22 messages
Help Question
How to make nested enums all sized `u8`? 6 messages
Question
Doc comments 9 messages
Question
Rustup update breaks my computer 23 messages
Tooling Help Help
Get first two items from stream 10 messages
Help
How can one avoid the repetition of the struct members propagated through these structs? 21 messages
Code Review Request Help Question
Why don't methods that accept a &mut buf use MaybeUninit? 17 messages
Question
Returning a `Vec` 14 messages
Question
Typemap dependency injection mutation 42 messages
Code Review Request Discussion Question
Run tests in build.rs avoiding infinite loop. 5 messages
Help Question
Trying to call a function from windows-rs crate 4 messages
Beginner Help Question
how do i update printed text (terminal) 3 messages
Question
from_str_radix implies a to_string_radix ? 2 messages
Question
how do i remove slashes 7 messages
Help
Code review for simulated exchange 128 messages
Code Review Request
Is it possible to use Iterators + collect with async computation? 7 messages
Help Question
Best way to store persistent data? 25 messages
Help Question
How to build struct referencing another data member 25 messages
Help
Why is this timer not working 7 messages
Help Question
replace in place and borrowing 8 messages
Question
getting a struct definition as string (or parsed similarly) 76 messages
Help Question
Using axum and reqwest to upload a file to cloud bucket, streaming it 8 messages
Code Review Request Help Discussion Question Compiler Error
Using rocket, how can I get inputs and file data from a multipart form? 289 messages
Help Question
noob Q 11 messages
Help
Troubleshooting issues with Rust Analyzer pre-release — nightly — in VS Code Insiders 59 messages
Tooling Help Beginner
Review my Exercism solution (Spoiler) 2 messages
Code Review Request Discussion
Does Box have a niche? 8 messages
Question
How to `post()` the `AsyncRead` with reqwest? 13 messages
Code Review Request Help Discussion Question Compiler Error
How to pub export macro_rule created with proc_macro? 39 messages
Question
How to concurrently load in an unknown-at-compile-time amount of images? 353 messages
Code Review Request Beginner Help Question Compiler Error