inditech 0.1.0

A set of technical indicators for time series analysis
Documentation
1
2
3
pub trait Named {
    fn name(&self) -> String;
}