v_jsonescape

Crates.iov_jsonescape
lib.rsv_jsonescape
version0.7.8
sourcesrc
created_at2020-06-27 23:13:18.077393
updated_at2022-08-05 12:09:01.698215
descriptionThe simd optimized JSON escaping code
homepage
repositoryhttps://github.com/botika/v_escape
max_upload_size
id258934
size93,398
Juan Aguilar Santillana (zzau13)

documentation

https://docs.rs/v_jsonescape

README

v_jsonescape Documentation Latest version

The simd optimized json escape code

Quick start

use v_jsonescape::escape;

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

cargo fmt