#series #quality #exams #clippy #rustfmt #testing #running

bin+lib exam

Assess your project quality by running a series of exams on it

3 releases

0.0.3 May 15, 2022
0.0.2 May 14, 2022
0.0.1 May 14, 2022

#23 in #rustfmt

Download history 36/week @ 2024-02-26 58/week @ 2024-04-01

58 downloads per month

MIT license

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

~345–800KB
~19K SLoC