maquio 0.1.2

library for building composable distributed systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod providers;
pub mod router;
mod service_addr;

pub use router::Router;

pub use service_addr::ServiceAddr;

pub use canary;

pub use canary::err;
pub use canary::Channel;
pub use canary::Error;
pub use canary::Result;