running_buffer 0.1.0

data types for keeping track of changing values, allowing analysis in trends and histories.
Documentation
1
2
3
4
5
mod buffer;
mod history;

pub use crate::buffer::RunningBuffer;
pub use crate::history::History;