cargo-checkmate 0.1.18

checkmate checks all the things - comprehensive out-of-the-box safety & hygiene checks.
Documentation
1
2
3
pub trait Executable {
    fn execute(&self) -> anyhow::Result<()>;
}