cargo-compiler-interrupts 4.0.1

Cargo subcommands that integrate the Compiler Interrupts to the package
Documentation
1
2
3
4
/// Entry function of `cargo-build-ci`.
fn main() -> anyhow::Result<()> {
    cargo_compiler_interrupts::ops::build::exec()
}