v_htmlescape 0.4.0

The simd optimized HTML escaping code
Documentation

v_htmlescape Documentation Latest version

The simd optimized html escape code

Quick start

extern crate v_htmlescape;
use v_htmlescape::escape;

print!("{}", escape("foo<bar"));