quantlib 0.1.0

The quantitative finance libary for rust.
Documentation
1
2
3
4
#[derive(Debug)]
pub struct Bond {
    pub ytm: i64,
}