scouter-types 0.25.0

Client and server contract for scouter
Documentation
1
2
3
4
5
6
7
8
9
pub mod equal_width;

pub mod quantile;

pub mod strategy;

pub use equal_width::*;
pub use quantile::*;
pub use strategy::*;