flexon 0.2.0

Yet another JSON parser
Documentation
[dev-dependencies.criterion]
version = "0.7.0"

[features]
comment = []
default = []
line-count = ["comment"]

[lib]
bench = false
name = "flexon"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "parsing"]
description = "Yet another JSON parser"
edition = "2024"
exclude = ["benches/", "data/", ".gitignore"]
keywords = ["json", "parser", "span"]
license = "MIT"
name = "flexon"
readme = "README.md"
repository = "https://github.com/cyruspyre/flexon"
version = "0.2.0"

[profile.release]
lto = true