tradeutils 0.1.0

Utilities and primitives to model trading concepts for technical analysis.
Documentation
1
2
3
4
5
pub struct Stock {
    pub value: f64,
    pub name: String,
}