copula-core 0.1.0

A comprehensive Rust library for copula modeling, estimation, and simulation
Documentation
1
2
3
4
5
6
use copula_core::VERSION;

#[test]
fn version_is_nonempty() {
    assert!(!VERSION.is_empty());
}