v_htmlescape

Crates.iov_htmlescape
lib.rsv_htmlescape
version0.15.8
sourcesrc
created_at2018-12-02 16:39:02.519284
updated_at2022-08-05 12:08:49.492929
descriptionThe simd optimized HTML escaping code
homepage
repositoryhttps://github.com/botika/v_escape
max_upload_size
id99690
size97,362
Juan Aguilar Santillana (zzau13)

documentation

https://docs.rs/v_htmlescape

README

v_htmlescape Documentation Latest version

The simd optimized html escape code

Quick start

use v_htmlescape::escape;

print!("{}", escape("foo<bar"));
Commit count: 342

cargo fmt