high-roller 0.2.0

Rolling maximum, minimum, and sum for streams of numerical data.
Documentation
1
2
3
4
5
#![no_std]

pub mod decimal;
pub mod rolling_max;
pub mod rolling_sum;