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
5
6
pub const SUCCESS: i32 = 0;
pub const USAGE: i32 = 2;
pub const CONFIG: i32 = 3;
pub const DEPENDENCY: i32 = 4;
pub const RUNTIME: i32 = 5;
pub const INTERRUPTED: i32 = 130;