
Daily Rust
@rustoftheday
Followers
3K
Following
675
Media
126
Statuses
423
Daily tips & tricks for Rust 🦀 programming. Following back all accounts with 🦀 or 🐪 in their profile.
Joined November 2023
An amazing overview of the core Rust types and traits: https://t.co/Ak9SANexqK
rustcurious.com
A complete map of the Rust type system
1
21
162
🦀 #Rust Tip #113: https://t.co/BunGWrJlNN is secretly a decent C build system. You can compile wrappers + link C SDKs for Rust wrappers and calling into C code. BTW those println!s are "hidden" build instructions to Cargo. Who needs Makefiles? 🦀
0
9
113
🦀 #Rust Tip #111: You can use the examples/ directory in your crate and cargo run --example <name> to run quick experimentations, demos or tests without affecting your https://t.co/OlqnBdRobN file.
0
2
34
4
11
175
If they had just used #Rust ... No null pointers!
1
0
10
🦀 #Rust Tip #108: I always enjoy the power of Rust #iterators. Here are two utility functions that you might not know about: .peekable() : Allow peeking at next element without consuming it .partition(cond_fn): Partition an iterator into separate collections with a condition
0
10
162
This looks like there is finally a (usable) #debugger for #Rust . Worth checking out? https://t.co/GBMK4XTzNl
firedbg.sea-ql.org
🔥 Time Travel Visual Debugger for Rust
0
5
30
A bit "schoolmasterly" but some good tips on learning Rust
corrode.dev
I see people make the same mistakes over and over again when learning Rust. Here are my thoughts (ordered by importance) on how you can ease the learning process. My goal is to help you save time and...
0
7
60
🦀 #Rust #Crate 22: Are you dissatisfied with the performance hit of your println! debugging output? Do you think env_logger is boring? Turbocharge your log outputs with high performance and fine-grained structured control using the tracing crate: https://t.co/hLu2J5wdvH
1
7
62
@rustoftheday @tsoding C++ and memory unsafe languages should be considered deprecated
3
1
6