inditech 0.1.0

A set of technical indicators for time series analysis
Documentation
1
2
3
4
5
6
7
8
9
pub mod frame;
pub mod indicators;
pub mod named;
pub mod slider;

pub use frame::*;
pub use indicators::*;
pub use named::*;
pub use slider::*;