finlib 0.0.10

Quant finance functions implemented in Rust
Documentation
1
2
3
4
5
6
7
8
pub mod asset;
pub mod portfolio;
pub mod strategy;
#[cfg(test)]
mod test;

pub use asset::*;
pub use portfolio::*;