self_service 0.0.0

A microservice chassis for HTTP services
Documentation
1
2
3
4
5
6
7
mod routes;
pub mod server;
mod settings;
mod state;

pub use server::start;
pub use settings::Settings;