rust-help-forum
CLI executable - first rust app - would like a review to get a sense if i'm in the right direction
Code Review Request
winapi in rust without using additional crates
Beginner
Help
Question
Rust Panic Error Related to RefCell Borrowing
Help
Question
Trait casting dyn trait
Help
Beginners Rust compiler
Code Review Request
Cannot borrow as mutable more than once, why?
Help
Compiler Error
Roast my Rust code
Code Review Request
Beginner
Discussion
rust-analyzer false positives
Tooling Help
Help
Returning an intersected hashmap as vec
Beginner
Question
Compiler Error
impl IntoResponse for Result<Key, (StatusCode, String)>
Question
macro help! outer scope? trying to modularize my parser
Help
Question
How can I improve this simple board/matrix implementation in rust
Code Review Request
Help
Question
rust analyzer is not installed on toolchain
Tooling Help
Couldn't figure out why two impl are conflicting
Help
Running a process, nonblocking, but read stdout
Question
Compiler error when multiple generic types are bound to one associated type
Question
Compiler Error
Serde Datetime parsing help
Help
Question
Given an int from an RPC, what is a good way to parse that to a function call in Rust?
Discussion
Help
Question
What would be this function signature?
Code Review Request
Discussion
Help
Question
Make sure a shared resource is only accessed one at a time
Beginner
Question
Struggling to test a module
Beginner
Help
Compiler Error
imap crate login error
Help
Global State Question
Discussion
Question
assigning &str to a struct's field
Beginner
Help
Question
How to print an enum variant without its content?
Help
Borrow checking issues
Code Review Request
Help
Best method for serializing data for use at compile-time?
Help
Question
Dockerizing a rust app
Question
`useState` recreation in rust
Code Review Request
Beginner
hash map shared across threads under mutation
Beginner
Help
Question
How to serialise a struct but conditionally change the key name?
Help
Question
How to get a reference that doesn't get moved?
Question
Why does(n't) it infer?
Help
Question
Turning iterators into chunks
Help
Question
Compiler Error
Struct referencing Self Type (not instance) and reborrow contents
Beginner
Help
Question
Split unit tests at runtime
Help
Question
Defining match arms with macro_rules?
Question
Failing to understand mod and use
Help
Chess Playing App with Cursive. Request for Help and Code review
Code Review Request
Beginner
Help
Defining constant constructors?
Question
Getting a Weak<T> from a &T
Beginner
Help
Collect all errors in Serde deserialization instead of returning on the first error found?
Question
"Closure requires unique access"
Help
How can I Have a function return a struct with a trait object Generic argument
Code Review Request
Beginner
Help
Question
Idiomatic way to make a Result<Iterator> from Iterator<Item=Result>
Code Review Request
Help
Question
Tauri project wont start
Tooling Help
Beginner
Help
macro expansion errors even though it is valid
Help
Compiler Error
Is HashMap<Discriminant<EnumVar>, EnumVar> a good idea?
Beginner
Question
Defining string best practice
Beginner
Question
Ergonomics of `impl IntoIterator<Item = Box<dyn Trait>>`?
Question