simd-json 0.13.0

High performance JSON parser based on a port of simdjson
Documentation
1
2
3
4
5
6
#![allow(unused_imports, dead_code)]
pub mod deser;
pub mod stage1;

pub(crate) use deser::parse_str;
pub(crate) use stage1::SimdInput;