1
2
3
4
5
6
//! # Time Series library
//!
//! Process Time Series in memory
//!

pub mod timeseries;