[go: up one dir, main page]

v_escape 0.2.0

The simd optimized HTML escaping code
Documentation
v_escape-0.2.0 has been yanked.

v_escape Documentation Latest version codecov Build status Windows build

The simd optimized html escape code

Quick start

extern crate v_escape;
use v_escape::Escape;

print!("{}", Escape::new("foo<bar".as_bytes()));