simdjson-rust 0.3.0-alpha.2

Rust bindings for the simdjson project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod macros;

pub mod dom;
mod error;
pub mod ondemand;
pub mod padded_string;
pub mod prelude;
mod utils;

pub use error::{Result, SimdJsonError};
pub use simdjson_sys::{SIMDJSON_MAXSIZE_BYTES, SIMDJSON_PADDING};

// pub mod serde;

#[cfg(test)]
mod tests {}