| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-08-09 | 669 Bytes | |
| Rustlings 6.2.0 source code.tar.gz | 2024-08-09 | 136.1 kB | |
| Rustlings 6.2.0 source code.zip | 2024-08-09 | 237.2 kB | |
| Totals: 3 Items | 373.9 kB | 0 | |
Added
- Show a message before checking and running an exercise. This gives the user instant feedback and avoids confusion if the checks take too long.
- Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports.
- Add a
README.mdfile to thesolutions/directory. - Allow initializing Rustlings in a Cargo workspace.
dev check: Check that all solutions are formatted withrustfmt.
Changed
- Remove the state file and the solutions directory from the generated
.gitignorefile. - Run the final check of all exercises in parallel.
- Small exercise improvements.