self_service 0.0.0

A microservice chassis for HTTP services
Documentation
1
2
3
4
#[derive(serde::Deserialize, Debug)]
pub struct Settings {
    pub port: u16,
}