v_jsonescape Documentation Latest version

The simd optimized json escape code

Quick start

```rust extern crate vjsonescape; use vjsonescape::escape;

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