[][src]Crate v_htmlescape

Quick start

extern crate v_htmlescape;
use v_htmlescape::escape;

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

Modules

fallback

Without simd optimizations

Structs

HTMLEscape

Functions

escape