exam 0.0.2

Assess your project quality by running a series of exams on it
Documentation
1
2
3
4
5
6
7
8
mod rustfmt;
pub use self::rustfmt::{rustfmt, RustFmtError};

mod clippy;
pub use self::clippy::{clippy, ClippyError};

mod cargo_test;
pub use self::cargo_test::{cargo_test, CargoTestError};