arqen 0.15.0

Rust-first backend toolkit using Tokio, Axum, Tower, tracing, Serde, Reqwest, and an optional Clap CLI
Documentation
1
2
3
4
fn main() -> std::process::ExitCode {
    let code = arqen::cli::run();
    std::process::ExitCode::from(code as u8)
}