bounded-integer 0.5.4

Bounded integers
Documentation
1
2
3
4
5
fn main() {
    let ac = autocfg::new();
    ac.emit_has_type("i128");
    ac.emit_has_type("u128");
}