v_htmlescape 0.17.0

The simd optimized HTML escaping code
Documentation

Documentation Latest version

v_htmlescape

The simd optimized html escape code

Quick start

use v_htmlescape::escape_fmt;

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