json_scanner 0.1.0

A simple JSON parser that reports positions
Documentation
[package]
name = "json_scanner"
license = "MIT"
version = "0.1.0"
edition = "2024"
description = "A simple JSON parser that reports positions"
documentation = "https://docs.rs/json_scanner"
repository = "https://github.com/nickel-lang/json_scanner"

[dependencies]
memchr = "2.7.6"

[dev-dependencies]
divan = "0.1.21"
libtest-mimic = "0.8.1"
saphyr = "0.0.6"
serde_json = "1.0.145"

[[test]]
name = "inputs"
path = "tests/inputs.rs"
harness = false

[[bench]]
name = "large_tree"
path = "benches/large_tree.rs"
harness = false