artur 0.1.0

Config-driven Rust HTTP server
Documentation
1
2
3
4
5
6
7
use serde::Serialize;

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