This repository is a collection of Rust exercises (each exercise is a separate Cargo crate). It is organized as a workspace to make building, testing, and linting across all exercises convenient.
It supports outputting the results in the terminal or saving them to files in Markdown, HTML, plain text, JSON, or a custom template defined by you. Check the project documentation for instructions ...