Expand description
Shared SIMD kernels for JSON and HTML string escaping.
Enable json and/or html. Prefer the json-escape-simd and
html-escape-simd facades unless you need both in one crate.
JSON kernel borrowed from https://github.com/cloudwego/sonic-rs/blob/v0.5.5/src/util/string.rs.