simdjson-rust icon indicating copy to clipboard operation
simdjson-rust copied to clipboard

Rust bindings for the simdjson project.

Results 4 simdjson-rust issues
Sort by recently updated
recently updated
newest added

It would be great to publish this crate on crates.io Here is the docs: https://doc.rust-lang.org/cargo/reference/publishing.html

Hello! I have encounter a problem with key/value pair iteration in objects which can be reproduced with the following code snippet and JSON blob: ``` use simdjson_rust::dom; use log::warn; use...

bug

Hi, I wanted to suggest changing the benchmark output slightly, as they are presented, it is somewhat misleading. The way `serde_json` and `simd-json` treat the `Dom` is very different from...

> Disclaimer, I am new to Rust and I don't know what I am talking about. I have observed memory leaks on my Rust program and while running it with...