rust-help-forum

11663 threads · Page 228 of 234

Help beta test Rustup! 5 messages
Help Discussion
Iterating over an already borrowed value using for in 6 messages
Help
winapi issue 16 messages
Help
Things you'd love to see in Rust 2.0 1779 messages
Discussion
Why It didn't return? 8 messages
Help
Need help with basic ndarray usage 4 messages
Question Beginner
How would you abstract this user story in rust? 30 messages
Question
A few questions about syntax, and what's actually happening when using a method, enum, etc. together 10 messages
Is it safe to use == to check for equality in floats? 8 messages
How would you write this? 5 messages
Code Review Request
Is this as clean as this function can get? 7 messages
Code Review Request
Lifetime error - why? 9 messages
Question Help
How To Dynamically Inject Mocks In Tests? 10 messages
Beginner Question
process error 3 messages
Help
PhantomData on Copy-bound marker type and drop-check variance 7 messages
Question Discussion
How to fix 'returns a value referencing data owned by the current function'? 3 messages
Help
Tokio TCPStream not writing all the data 23 messages
Help
How do I modify Json files the correct way with serde_json? 4 messages
Help
Checking for integration test 9 messages
Help with function parameters 10 messages
Help
Rocket's FromFormField doesn't seem to be running from_value 11 messages
Help Question
Conditional move closure error. 23 messages
Help
MongoDB - Serde - CRUD operations. Serialize and Deserialize a field in a model. 7 messages
Help Question
cannot assign to `self.num_tiles` because it is borrowed 30 messages
Help
How do i 102 messages
Help
Cargo not excluding features 4 messages
I made a Markov Chain Sentence Generator as my first(ish) Rust project 2 messages
Code Review Request
Review my code plz 18 messages
Cannot build a library that depends on dynamic symbols on Windows 2 messages
Help Question
Need help rewriting my function with for loops 59 messages
Help
Memmap does not live long enough when unpacking Result 23 messages
Help Discussion
Override Cargo Crate Dependency's Features 8 messages
Question
rpc node 3 messages
hyper & redis backed session management 7 messages
Calling expect causes err to be returned when unwrap does not. 11 messages
Help
Is there a cleaner way to write this doubly if else? 54 messages
Code Review Request
Extend impl for a wrapped Vec with a const generic for exact length 17 messages
Question
I dont fully understand how closures work 92 messages
Question Help
Invalid code still compiles, why? 2 messages
Help
How to enable deep linking for my Rust App 2 messages
Crates index cannot find version 3 messages
Help Tooling Help
Need help with rust generic problem 13 messages
Help Compiler Error
Question about structuring my project 31 messages
How do you deal with error inside of .find 41 messages
Help
Any way to fix borrow of moved value `meta` without making a new variable? 6 messages
Question Help
Is there a way to write this if else assignment to be a bit cleaner? 18 messages
Code Review Request Question
Best way to discourage use of trait methods 19 messages
Help
Is it possible to pattern match against a slice with item at unknown position? 5 messages
Can I make this double match statement look any cleaner? 4 messages
Code Review Request
Made a function that converts hex codes to rgb and rgba structs. Does this look fine? 35 messages
Code Review Request