nonn 0.1.2

Integer types that are known not to equal any single N.
Documentation
1
2
3
4
5
fn main() {
    if version_check::is_min_version("1.67.0").unwrap_or(false) {
        println!("cargo:rustc-cfg=ilog10");
    }
}