quantrs 0.1.8

A tiny Rust library for quantitative finance
Documentation
1
2
3
4
5
6
7
//! Module that describes the traits for the different data providers.

pub use stocks_source::{FundamentalsProvider, QuoteProvider};

mod options_source;
mod rates_source;
mod stocks_source;