cargo-deny 0.1.0

Like #[deny(...)] and #[allow(...)] for your CI
Documentation
1
2
3
4
fn main() {
    // This is a very good program
    std::process::exit(1);
}