sonic-rs 0.5.3

Sonic-rs is a fast Rust JSON library based on SIMD
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Copy, Default)]
pub(crate) struct DeserializeCfg {
    pub use_rawnumber: bool,
    pub utf8_lossy: bool,
}