Crate v_htmlescape[][src]

Quick start

use v_htmlescape::escape;

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

Modules

fallback

Without simd optimizations

Structs

HTMLEscape

Functions

_b_escape
_f_escape
b_escape

Escape byte slice to Buffer

b_escape_char

Escape char to buf-min::Buffer

escape
escape_char
f_escape
f_escape_char