rust-help-forum
TypeId
Question
Having trouble building egui_template for wasm with trunk
Tooling Help
Compiler Error
Beginner build error
Help
Examples of AsRef
Question
Hello, I need help with simple task
Beginner
Help
Question
Is a mutably borrowing tree-traversing iterator possible?
Help
Question
need help to parse chrono duration from config. toml using toml crate
Help
Question
`Stdin::lock` sometimes works, and sometimes it does not
Help
cargo/rust_analyzer not detecting dependencies
Tooling Help
Question
Shared var from module
Beginner
Question
Communication from owned object to owner
Beginner
Help
Compiler Error
Common type for Iter and Take
Help
Question
Compiler Error
what's a good source to learn procedural macros?
Question
How can I optimize my code further?
Code Review Request
Beginner
Discussion
Returning a (wrapped) reference from an iterator
Help
Question
Compiler Error
thiserror silence my errors
Code Review Request
Beginner
Question
How to pass `RUSTFLAGS='-C target-feature=+crt-static'` to cargo.toml
Help
wrapping_add() for option type
Help
How can I make my trait object safe
Question
Writing tests for an API wrapper library
Discussion
Question
get_or_insert_mut with a vec
Help
Weird lifetime issue with Serde json
Help
Dependency Injection in Actix
Beginner
Help
Question
How can I create a hashset from a vec?
Help
using nom to parse huge files
Tooling Help
Help
Question
Calling a .foo(self) function on a trait object
Question
Completely lost with lifetime error.
Help
Compiler Error
How can I store my data the most efficiently?
Question
Encoding grid connections more efficiently (size of `Vec<bool>` vs `Vec<u32>`)
Code Review Request
Question
Code review needed
Code Review Request
Question
Closure inside a struct
Code Review Request
Help
Logging std::str with simple-logging is different than what println! output
Beginner
Help
Question
Constructor Ownership
Code Review Request
Question
rust macro for todo but doesnt panic?
Beginner
Question
Kerberos LsaCallAuthenticationPackage Invalid Parameter
Help
Question
static struct/trait as a return value
Help
Tensorflow hub in Rust
Beginner
Help
Question
Unresolved import
Help
Compiler Error
Reading input from TcpStream
Beginner
Help
Question
what is the point here ?
Question
cargo lambda ring v0.17.5 build issues
Help
Compiler Error
iterating over lines in a file
Code Review Request
Beginner
Question
this is confusing
Help
Question
what is the difference between these two functions ?
Help
Question
why is this not working ?
Help
Parameter type may not live long enough with async recursion
Beginner
Question
ch.12 I/O program
Code Review Request
Beginner
Question
Casting from impl Trait -> Generic
Beginner
Poll multiple long running async methods at once
Question
Macros: Generate Code based on if a value is true
Beginner
Question