mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-03-09 21:58:25 +01:00
🦀 Small exercises to get you used to reading and writing Rust code!
| .cargo | ||
| .github/workflows | ||
| dev | ||
| exercises | ||
| rustlings-macros | ||
| solutions | ||
| src | ||
| tests | ||
| website | ||
| .gitignore | ||
| .typos.toml | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| clippy.toml | ||
| CONTRIBUTING.md | ||
| dev-Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| release-hook.sh | ||
Rustlings 🦀
Small exercises to get you used to reading and writing Rust code - Recommended in parallel to reading the official Rust book 📚️
Visit the website for a demo, info about setup and more: