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