mettrics 0.0.7

Makes publishing meaningful metrics from applications easier.
Documentation
1
2
3
4
5
6
7
mod counter;
mod histolog2;
mod value;

pub use counter::CounterU32;
pub use histolog2::HistoLog2;
pub use value::ValueU32;