quantsupport 0.1.0

Rust library for fixed-income, derivative pricing and risk analytics.
Documentation
1
2
3
4
/// Simple model implementation.
pub mod simplemodel;
/// Trait definitions for models.
pub mod traits;