[go: up one dir, main page]

sonic-rs 0.3.13

Sonic-rs is a fast Rust JSON library based on SIMD
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub(crate) mod arc;
pub(crate) mod arch;

pub(crate) mod num;
pub(crate) mod private;
pub(crate) mod range;
pub(crate) mod reborrow;
pub(crate) mod string;
pub(crate) mod taggedptr;
pub(crate) mod unicode;
pub(crate) mod utf8;

#[allow(non_camel_case_types)]
#[allow(unused_imports)]
pub(crate) mod simd;

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