Code examples and references to learning resources.
Please suggest improvements for this workshop continuously and generously ! Here's the anonymous form. Thank you! ❤️
The list of resources is intentionally short and opinionated.
- The Book, for learning methodically
- Rust By Example, for looking things up
- language & syntax basics: rustlings
- Rust-specific exercises with provided test: Exercism
- general programming exercises (text-in, text-out): Advent of Code
- community-driven shortlist of high-quality libraries: blessed.rs
- library documentation: docs.rs
- handy shortcut:
docs.rs/<library-name>
- example for the
winnow
crate: docs.rs/winnow
- handy shortcut:
- community-driven newsletter: This Week in Rust
The slides for the workshop are NOT intended as reference material, but you can find them here anyway: