unsafe-budget 0.3.0

keeps the unsafety demons out. an unsafe code budget gate for CI pipelines.
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    unsafe_budget::app::run_cli()
}