stat/
lib.rs

1//! Statistics utilities
2
3#![warn(missing_docs)]
4
5pub mod analysis;