v_htmlescape 0.3.0

The simd optimized HTML escaping code
v_htmlescape-0.3.0 doesn't have any documentation.

v_htmlescape Documentation Latest version

The simd optimized html escape code

Quick start

extern crate v_htmlescape;
use v_htmlescape::HTMLEscape;

print!("{}", HTMLEscape::new(b"foo<bar"));