Daily Rust (@rustoftheday) 's Twitter Profile
Daily Rust

@rustoftheday

Daily tips & tricks for Rust 🦀 programming.

Following back all accounts with 🦀 or 🐪 in their profile.

ID: 1721578494524792832

calendar_today06-11-2023 17:21:36

396 Tweet

2,2K Followers

747 Following

Daily Rust (@rustoftheday) 's Twitter Profile Photo

🦀 #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 main.rs file.