[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
#[derive(Debug, Clone, Copy, Default)]
pub(crate) struct DeserializeCfg {
    pub use_rawnumber: bool,
    pub use_raw: bool,
    pub utf8_lossy: bool,
}