tars 0.1.3

A Rust library providing useful technical indicators.
Documentation
1
2
3
4
#[derive(Debug)]
pub enum Err {
    NotEnoughtData, // not enought data to compute requested values
}