rust-help-forum

11663 threads · Page 191 of 234

run egui UI updates in bg thread 9 messages
Help Beginner
Taking user input in Rust without it showing on screen 3 messages
Help
Do unused derives increase binary size? 4 messages
Question Beginner
What's the right way to reference a lib in code generated by a proc-macro? 5 messages
Question
Nom parse a single alphabetic character 17 messages
Help
Cost of Option.is_none() 49 messages
Help Question
Is there a way to get a Image handle for a sprite from a TextureAtlas? 2 messages
Question
Deserializing OffsetDateTime ISO8601 2 messages
Help
SQLX 0.6 features just not working? 5 messages
Help
Error while trying to do integration tests 19 messages
Question Beginner
Can i replace value into a vec ? 56 messages
Help Question
how can i parse dynamic xml 6 messages
Help Discussion
Serde_Json conditional structification 2 messages
Question
Reducing my clone usage 18 messages
Question Help
format 31 messages
Help Question
time OffsetDateTime deserializing from f64 seconds 11 messages
Question
Programming game code review 5 messages
Code Review Request
Clippy `too-many-arguments-threshold` 3 messages
Help
Basic TCP server not working inside local network 5 messages
Question Help
can I make it so cargo doc crashes in case some references in doc comments are invalid? 2 messages
Question Help
emulator 2 messages
Question Discussion
reqwest Client response 42 messages
Help
Please explain this behavior when parsing text 22 messages
Question Help
how can i display an image in a window ? 230 messages
Help Question
Rust up install command completely fails on ubuntu 22.04.1 2 messages
Help Beginner
How can this code be made more succinct? 83 messages
Question Code Review Request Help Discussion Beginner
is there a clean way to go from Literal to Ident in proc_macro2? 29 messages
Question
does any rust lib support cdata Serialize? 2 messages
Help Beginner
Cargo no matching package named `russh` found despite having a local copy already 9 messages
Tooling Help
Add chrono duration to datetime utc 2 messages
Help
fmt vs io Write traits 31 messages
Help
loop over a vector and change every nth element 6 messages
Question
create docker image from rust workspace 5 messages
Question Help
Help me how can i return the title,artist using audiotags it panicked when option return none 3 messages
Help Question
64 bits 5 messages
Help
Borrowchk confusion 2 messages
Discussion Question
Plurality Voting 24 messages
Code Review Request
Affter adding `ic-agent` crate, Error file not found for module `sys`? 2 messages
Help Question
Vulcanalia tutorial; cargo run gives 49 errors 8 messages
Help Beginner
How to write impl for generic struct ? 8 messages
Help Question
why rust users overwhelmingly prefer linux 59 messages
Discussion
Type not constrained error when type is clearly consrained 19 messages
Help Compiler Error
read_to_end() doesn't work some TcpStreams 5 messages
Beginner Help Question
mutable reference borrowed more than one despite not being 9 messages
Help Question Compiler Error
Parallel Code Slowing down earlier Code Block 2 messages
Help Question
Returning reference to a vec of strings under match block 6 messages
Help Compiler Error
Serde unknow enum variant to be deserialized into associated string variant 5 messages
Question
Cannot run rust project inside debian docker container 4 messages
Help
bzip2-sys uses clang, but clang is really annoying on Windows 5 messages
Help Question Compiler Error
How do I see if the mouse is down using the enigo crate? 3 messages
Help Question