[go: up one dir, main page]

v_htmlescape 0.9.0

The simd optimized HTML escaping code
Documentation
v_htmlescape-0.9.0 has been yanked.

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