artur 0.2.0

Universal config-driven Rust HTTP gateway and package orchestrator
Documentation
1
2
3
4
5
6
7
use serde::Serialize;

#[derive(Debug, Serialize)]
pub struct HealthResponse {
    pub ok: bool,
    pub version: u32,
}