bacon 3.23.0

background rust compiler
Documentation
1
2
3
4
5
6
7
/// Knowledge is power
fn main() -> anyhow::Result<()> {
    cli_log::init_cli_log!();
    bacon::run()?;
    cli_log::info!("bye");
    Ok(())
}