rust-help-forum

11663 threads · Page 162 of 234

How to reduce this code and is it possible to skip this call failing fast? 14 messages
Code Review Request Discussion Help Question
Linking errors - any hints what could be wrong? 6 messages
Help
Debugging link problem in Rust 2 messages
Help Compiler Error
Using `Display` to print chess algebraic notation 10 messages
Beginner Help Question
How do I return an iterator in a trait whilst implementing clone? 10 messages
Help Compiler Error
Can I have some feedback 50 messages
Code Review Request Beginner
Do-nothing macro that still uses its parameters to avoid compiler warnings? 4 messages
Help Question
(Unfinished) chess program review 11 messages
Code Review Request
Deserialize 0, 1, or bool from a single field with serde? 4 messages
Help
Double struct 3 messages
Help Question
Possible to implement Iterator using iter_mut with vec in struct? 7 messages
Help Question
Generating valid Rust code from a runtime value? 7 messages
Tooling Help Discussion Question
label as values in rust? 7 messages
Question
Avoid 'pre-boxing' traits when passing them as function params? 6 messages
Beginner Help Question
How to read a binary file while starting at a specified point? 5 messages
Beginner Question
Set a ndarray slice to a specific value 5 messages
Beginner Help
How do I avoid 'already borrowed' errors when sharing a struct with C? 44 messages
Help
do you consider the code in this repo (aside from comments) to be readable 15 messages
Code Review Request
Serde conditional deserialization based on generic type parameter? 3 messages
Help Question
How come this piece of code works but not this other one? 6 messages
Help Question
How to mod a file from another mod? 3 messages
Beginner Help
best way to make a certain parts of a program wasm-compatible? 45 messages
Question
Serde Deserilize with keyword tag 4 messages
Help Question
How to debug proc_macroSpan related build error? 36 messages
Compiler Error
How to collect `Iterator Item = Vec Result Vec` into `Result Vec` ? 13 messages
Help Question
Rust match 38 messages
Help Question
code works, but feels dirty, annoying borrow checker 39 messages
Code Review Request
[Higher-Ranked Trait Bounds] Problems with closure and parameter lifetimes 21 messages
Help
Generating an image in compute shader (Ash) 2 messages
Beginner Help
Build scripts not sufficient? 5 messages
Tooling Help Help Question
Async Funktion without await 13 messages
Beginner Help Question
Clippy's disallowed_methods not working for `ptr.as_ref`, `ptr.as_mut` 6 messages
Tooling Help Help
Create a HashMap out of a permutated vector 15 messages
Beginner Help
Into trait not implemented automatically from the From trait 13 messages
Discussion Beginner Help Compiler Error
[Yew] How am I supposed to move stuff out of fn() closure while the closure is not mut 19 messages
Beginner Help Question
Portable VM libraries? 43 messages
Question
hashmap of (enums, functions) how to use? 30 messages
Help Question
HashMap with each entry lockable like a Mutex 18 messages
Help Question
Having issues with reqwest 7 messages
Beginner
Returning a reference from a `DashMap` 9 messages
Help
Shared mutable state in Rocket causing error asking for DerefMut 33 messages
Help
Returning a closure 6 messages
Question
Simplify a nested for loop using iterators 29 messages
Beginner Help
Detect if cargo is running tests 12 messages
Help Question
Pass body without breaking the code 138 messages
Help
call closure with Default args? 95 messages
Help
hey! I made my first program in Rust, Tictactoe 38 messages
Code Review Request
Borrow of moved value error 91 messages
Beginner Help Question
How can it be improved the insert Hashmap for Hyper.rs response headers ? 3 messages
Code Review Request Beginner
RunTime Selection of behavior with rust 33 messages
Discussion Beginner Help Question