v_htmlescape 0.1.2

The simd optimized HTML escaping code
Documentation

v_htmlescape Documentation Latest version codecov Build status Windows build

The simd optimized html escape code

Quick start

extern crate v_htmlescape;
use v_htmlescape::Escape;

print!("{}", Escape::new("foo<bar".as_bytes()));