v_htmlescape 0.15.8

The simd optimized HTML escaping code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! autogenerated by v_escape_codegen@0.1.8
fn main() {
    #[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
    {
        if is_x86_feature_detected!("sse2") {
            println!("cargo:rustc-cfg=v_escape_sse");
        }
        if is_x86_feature_detected!("avx2") {
            println!("cargo:rustc-cfg=v_escape_avx");
        }
    }
}