num-traits 0.2.19

Numeric traits for generic mathematics
Documentation
1
2
3
4
5
6
7
fn main() {
    let ac = autocfg::new();

    ac.emit_expression_cfg("1f64.total_cmp(&2f64)", "has_total_cmp"); // 1.62

    autocfg::rerun_path("build.rs");
}