3 releases
0.0.3 | May 15, 2022 |
---|---|
0.0.2 | May 14, 2022 |
0.0.1 | May 14, 2022 |
#23 in #rustfmt
8KB
213 lines
Exam
Ensure your code base is growing healthy by applying exams regularly!
This crate offers tools to run a series of inspections in your code base to improve code quality and project confidence.
lib.rs
:
Exam is a library and a cargo plugin to ensure your source code is at a good state by applying a series of inspections.
We have the following inspections available, with more to come:
- rustfmt
- clippy
cargo test
Dependencies
~300–750KB
~17K SLoC