high-roller 0.4.0

Rolling maximum, minimum, and sum for streams of numerical data.
Documentation
1
2
3
4
5
6
#![no_std]
#![doc = include_str!("../README.md")]

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