encoding_rs 0.8.10

A Gecko-oriented implementation of the Encoding Standard
Documentation
1
2
3
4
fn main() {
    #[cfg(feature = "simd-accel")]
    println!("cargo:rustc-env=RUSTC_BOOTSTRAP=1");
}