oni-comb-parser 2.2.0

Rebooted parser combinator library
Documentation
[package]
name = "oni-comb-parser"
version = "2.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Rebooted parser combinator library"

[features]
default = []
regex = ["dep:regex-automata"]

[dependencies]
regex-automata = { version = "0.4", default-features = false, features = ["alloc", "meta", "syntax"], optional = true }

[dev-dependencies]
criterion = { version = "0.8", features = ["html_reports"] }
dhat = "0.3"
nom = "8"
winnow = "0.7"
chumsky = "0.12"
pom = "3"

[[bench]]
name = "comparison"
harness = false

[[bench]]
name = "alloc_count"
harness = false

[[bench]]
name = "json_full"
harness = false