escape-simd
Shared SIMD kernels for JSON and HTML string escaping.
This crate is the implementation. Depend on json-escape-simd
or html-escape-simd unless you need both behind feature flags.
= { = "0.1", = ["json"] }
= { = "0.1", = ["html"] }
json—escape_simd::json::{escape, escape_into}html—escape_simd::html::{escape_html, escape_html_into, InputTooLarge}avx512— enable the AVX-512 kernel (runtime-detected)asan— force the bounded tail-copy path for sanitizers