millimeter 0.1.0

Primitive type with millimeter unit attached
Documentation
1
2
3
4
5
fn main() {
	if let Some(true) = rustc::supports_feature("const_float_classify") {
		println!("cargo:rustc-cfg=has_const_float_classify");
	}
}