hg 0.2.0

Parser for the Mercury metalanguage
Documentation
[[bench]]
harness = false
name = "cri_json"
path = "benches/cri_json.rs"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.6.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Parser for the Mercury metalanguage"
edition = "2024"
license = "MIT"
name = "hg"
readme = "README.md"
repository = "https://github.com/obsidiandynamics/hg"
version = "0.2.0"

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