v_htmlescape 0.15.2

The simd optimized HTML escaping code
Documentation

v_htmlescape Documentation Latest version

The simd optimized html escape code

Quick start

use v_htmlescape::escape;

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