[go: up one dir, main page]

v_htmlescape 0.10.4

The simd optimized HTML escaping code
Documentation

Disclaimer

Due to the high degree of idiocy on forums like reddit, I recommend that you use another solution. I can't ban it by license, but I hope this is enough.

v_htmlescape Documentation Latest version

The simd optimized html escape code

Quick start

use v_htmlescape::escape;

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