mm1-common 0.7.21

M/M/1! Queueing, do you speak it?!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// #![warn(missing_docs)]
#![warn(rust_2018_idioms)]
#![warn(unreachable_pub)]

pub mod errors;
#[cfg(feature = "futures")]
pub mod futures;
#[cfg(feature = "logging")]
pub mod log;
pub mod metrics;
pub mod serde;
pub mod types;