rust-help-forum

11663 threads · Page 93 of 234

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