quantsupport 0.1.0

Rust library for fixed-income, derivative pricing and risk analytics.
Documentation
1
2
3
4
5
6
/// Market store module for handling market data.
pub mod marketstore;
/// Meta module for metadata management.
pub mod meta;
/// Traits module for trait definitions.
pub mod traits;