binary-extract 0.2.1

Extract a value from a json string without parsing the whole thing
Documentation
1
2
3
4
5
6
7
8
9
# binary-extract
Extract a value from a json string without parsing the whole thing.

With the example from [benches/json.rs](benches/json.rs), this is ~3x faster
than using the `json` crate directly.

[📖 Docs](https://docs.rs/binary-extract/latest/binary_extract/)

[📦 Crate](https://crates.io/crates/binary-extract)