encoding_rs 0.8.41

A Gecko-oriented implementation of the Encoding Standard
Documentation
1
2
3
4
5
6
fn main() {
    println!("cargo::rustc-check-cfg=cfg(slow_mm_packus_epi16)");
    if rustversion::cfg!(all(since(1.96), before(1.99))) {
        println!("cargo:rustc-cfg=slow_mm_packus_epi16");
    }
}