rust-help-forum

11663 threads · Page 41 of 234

How to create mp4 from a bunch of pngs? 6 messages
Help Question
help with databases. 14 messages
Discussion Beginner Help
Memory not freeing when bulk processing github repos using gitoxide + tokio 2 messages
Code Review Request Question
cannot borrow `*self` as mutable more than once at a time [E0499] 6 messages
Help
Implementing custom channel with atomics 18 messages
Code Review Request
Simplified Regex Parser Code Review 20 messages
Code Review Request
State-driven design 5 messages
Help
Questions about code organization and modules 5 messages
Question
Avoid re-matching enum after changing variant 18 messages
Question
Access fields of multiple depth with macro eg `y.0` 10 messages
Help Question Compiler Error
async return value 21 messages
Beginner
force all subcrates to use same version of dependency as workspace, but not all of its dependencies 4 messages
Question
Issue using serde and serde_repr to serialize an enum variant. 4 messages
Beginner Help
Confused about imports in a local project 5 messages
Beginner Help Compiler Error
why this compile ? 63 messages
Help Question
I have an unusual unresolved import error 7 messages
Compiler Error
Hashmap with multiple keys 5 messages
Question
Conditional compilation based on CPU model 20 messages
Question
Suddenly after booting up my PC today: linking with `link.exe` failed: exit code: 1 14 messages
Help
Bootloader crate 3 messages
Tooling Help Help Question
space-age converter with macro_rules 6 messages
Code Review Request Beginner
Design of ELF Parser 8 messages
Code Review Request Help Question
improve my code 9 messages
Code Review Request
Questions about the inevitability of Drop 27 messages
Discussion Question
k-means algorithm 5 messages
Code Review Request
Rust book Ch3, Rustlings quiz1.rs fn how_make(me:domath)? 23 messages
Beginner Help Question
things to tweak when publishing a crate 2 messages
Help
Avoiding duplicate keys with #[serde(flatten)] 7 messages
Question
serde: custom deserializer using parent data for child field 2 messages
Beginner Help
Review a rust newbie's code for a tiny fractions library 52 messages
Code Review Request Beginner
ownership question 9 messages
Beginner
Templating engine for runtime expressions? 12 messages
Help Question
How to override default impl from another crate? 4 messages
Beginner Help Question
Explanation: coercion requires that `'a` must outlive `'static` 2 messages
Help Question Compiler Error
How to make Rust less bloated (cleaner) and safer/stricter via Clippy lints? 73 messages
Help Question
Lexing and Parsing 20 messages
Tooling Help Help
Rust wrapper around c++ lib is not working when I add a lib.rs. 3 messages
Help
Can't upload a `futures::Stream<Item = Bytes>` to S3 using `aws_sdk_s3` 54 messages
Help
Best method to import pub func ? 10 messages
Question
Generating .bin files with cargo 7 messages
Tooling Help Help Question
Need Advice on Improving My Codebase: Increased Readability and Error Management 37 messages
Code Review Request Help
vec alloc 40 messages
Question
Another AOC: '15 day 7 23 messages
Code Review Request Beginner Help
modules 6 messages
Beginner
Weird behavior 9 messages
Question
How does 'a help avoid this error here? 6 messages
Help Question
Hierarchical Synchronization 2 messages
Help Question
Enum to union reinterpret 8 messages
Beginner Question
Serde conditional parsing 18 messages
Help Question
[Q] Are mutable references (&mut) always not Sync 3 messages
Question