running_buffer 0.1.1

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

pub use crate::history::History;