json-pointer-simd 0.3.3

A crate for parsing and using JSON pointers with simd_json, as specified in RFC 6901.
Documentation
[dependencies.serde_json]
version = "1.0"

[dependencies.simd-json]
version = "0"

[dev-dependencies.lazy_static]
version = "^0.2.8"

[dev-dependencies.once_cell]
version = "1.19.0"

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.regex]
version = "1.10.2"

[[example]]
name = "create_from_str_array"
path = "examples/create_from_str_array.rs"

[lib]
name = "json_pointer_simd"
path = "src/lib.rs"

[package]
authors = ["Nathaniel Ringo <remexre@gmail.com>", "Martin Bartlett <martin.j.bartlett@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A crate for parsing and using JSON pointers with simd_json, as specified in RFC 6901."
documentation = "https://docs.rs/json-pointer-simd"
edition = "2021"
homepage = "https://github.com/bassmanitram/json-pointer-simd"
license = "MIT"
name = "json-pointer-simd"
readme = "README.md"
repository = "https://github.com/bassmanitram/json-pointer-simd"
version = "0.3.3"

[[test]]
name = "macros"
path = "tests/macros.rs"

[[test]]
name = "parsing"
path = "tests/parsing.rs"

[[test]]
name = "push_pop"
path = "tests/push_pop.rs"

[[test]]
name = "rfc"
path = "tests/rfc.rs"

[[test]]
name = "rfc_simd"
path = "tests/rfc_simd.rs"