[go: up one dir, main page]

v_htmlescape 0.11.0

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"));