Crates.io | v_htmlescape |
lib.rs | v_htmlescape |
version | 0.15.8 |
source | src |
created_at | 2018-12-02 16:39:02.519284 |
updated_at | 2022-08-05 12:08:49.492929 |
description | The simd optimized HTML escaping code |
homepage | |
repository | https://github.com/botika/v_escape |
max_upload_size | |
id | 99690 |
size | 97,362 |
The simd optimized html escape code
use v_htmlescape::escape;
print!("{}", escape("foo<bar"));