artillery-core 0.1.2

Fire-forged cluster management & Distributed data protocol
Documentation
1
2
3
4
5
6
7
8
9
pub mod discovery_config;
pub mod sd;
pub mod state;

pub mod prelude {
    pub use super::discovery_config::*;
    pub use super::sd::*;
    pub use super::state::*;
}