arqen 0.17.0

Rust-first backend toolkit for HTTP services, agents, automation, jobs, and storage adapters
Documentation
1
2
3
4
fn main() -> std::process::ExitCode {
    let code = arqen::cli::run();
    std::process::ExitCode::from(code as u8)
}