Remo Senekowitsch 7187ad6679
Avoid initializing nested Git repository
Previously a Git repository was initialized if a Cargo workspace was
detected. However, it's also possible for users to initialize rustlings
in an existing Git repository that doesn't contain a Cargo workspace.
In that case, it's still undesirable to initialize a nested Git
repository for rustlings. We therefore call Git directly to determine
if rustlings is being initialized in an existing Git repository.
2025-09-10 18:22:53 +02:00
2025-05-16 11:09:06 +02:00
2025-05-23 13:44:30 +02:00
2025-05-16 11:09:06 +02:00
2025-08-21 23:46:37 +02:00
2025-08-18 12:01:21 +02:00
2025-08-21 23:46:37 +02:00
2025-02-18 20:10:52 +01:00
2025-05-23 13:17:21 +02:00
2025-05-16 11:29:32 +02:00
2024-09-13 15:07:53 +02:00
2025-01-01 22:07:41 +01:00
2025-08-22 00:05:12 +02:00
2025-08-22 00:05:12 +02:00
2025-08-21 23:55:58 +02:00
2025-08-18 12:01:21 +02:00
2024-07-02 14:45:25 +02:00
2024-04-25 19:58:55 +02:00
2016-03-27 15:57:49 -04:00
2025-08-21 23:55:58 +02: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 ⬅️

Description
🦀 Small exercises to get you used to reading and writing Rust code!
Readme MIT 35 MiB
Languages
Rust 97.7%
HTML 1.9%
CSS 0.3%