hyperapi 0.2.2

An easy to use API Gateway
Documentation
1
2
3
4
5
6
7
8
9
10
mod protocol;
mod watch;

pub mod file_config;
pub mod ws_config;
//pub mod etcd_config;

pub use protocol::*;
pub use watch::ConfigSource;