pub fn escape_into<S: AsRef<str>>(input: S, output: &mut Vec<u8>)
Expand description
Main entry point for JSON string escaping with SIMD acceleration If the platform is supported, the SIMD path will be used. Otherwise, the generic fallback will be used.