[go: up one dir, main page]

sonic-rs 0.3.17

Sonic-rs is a fast Rust JSON library based on SIMD
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod arch;

pub(crate) mod private;
pub(crate) mod reborrow;
pub(crate) mod string;
pub(crate) mod unicode;
pub(crate) mod utf8;

#[cfg(test)]
pub(crate) mod mock;