Copy of rustlings with my progress
  • Rust 97.7%
  • HTML 1.9%
  • CSS 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-10 23:35:48 +02:00
.cargo Add dev alias 2025-05-16 11:09:06 +02:00
dev Rename smart_pointers and conversions exercises with numeric prefix (Option A) 2026-05-13 19:36:32 +08:00
exercises Progress: finished primitive types, vecs, movesematics. progress structs 2026-07-10 23:35:48 +02:00
rustlings-macros Align section references with Rust Book section names 2026-05-24 16:51:48 -07:00
solutions strings4: remove From-based conversion 2026-05-24 06:23:34 +02:00
src Update deps 2026-05-11 12:09:01 +02:00
tests Fix test 2026-04-07 00:15:33 +02:00
website Add a hint about opening the book offline 2026-05-11 12:14:28 +02:00
.gitignore fixes rust-analyzer lsp for exercises 2026-06-18 19:39:10 +02:00
.rumdl.toml Add rumdl 2026-03-30 17:34:13 +02:00
.typos.toml <s>earch isn't a typo 2024-09-13 15:07:53 +02:00
\ Progress: finished primitive types, vecs, movesematics. progress structs 2026-07-10 23:35:48 +02:00
build.rs Fix Windows CI 2025-01-01 22:07:41 +01:00
Cargo.lock fix analyzer 2026-07-10 18:26:35 +02:00
Cargo.toml fix analyzer 2026-07-10 18:26:35 +02:00
CHANGELOG.md Use infallible conversion to teach From trait 2026-05-15 09:18:40 +02:00
clippy.toml Update deps 2025-08-18 12:01:21 +02:00
CONTRIBUTING.md Add rumdl 2026-03-30 17:34:13 +02:00
dev-Cargo.toml Include dev/Cargo.toml 2024-04-25 19:58:55 +02:00
LICENSE Update LICENSE year. 2016-03-27 15:57:49 -04:00
README.md Update the README with more context before the website link 2025-05-23 13:21:05 +02:00
release-hook.sh Remove cargo-upgrades from release hook 2026-03-17 12:48:43 +01:00

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:

➡️ rustlings.rust-lang.org ⬅️