[][src]Function v_htmlescape::b_escape

pub fn b_escape<B: Buffer>(s: &[u8], buf: &mut B)

Escape byte slice to Buffer

SIGILL

Can produce SIGILL if compile with sse2 or avx2 and execute without they Because not exist way to build multiple static allocations by type And it's very expensive check it in runtime https://github.com/rust-lang/rust/issues/57775