arqen 0.5.0

Backend infrastructure for agent-ready applications
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;