sipha-error 0.3.1

Error handling and diagnostics for sipha parsers
Documentation
[dependencies.builder-pattern]
version = "0.4"

[dependencies.miette]
features = ["fancy"]
optional = true
version = "7"

[dependencies.sipha-core]
version = "0.3.0"

[dependencies.sipha-source]
version = "0.3.0"

[dependencies.sipha-tree]
version = "0.3.0"

[features]
default = []
diagnostics = ["dep:miette"]

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

[package]
authors = ["Chloe Magnier <contact@nyaleph.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "development-tools"]
description = "Error handling and diagnostics for sipha parsers"
edition = "2021"
keywords = ["parser", "parsing", "error", "diagnostics"]
license = "MIT"
name = "sipha-error"
readme = "README.md"
repository = "https://github.com/NyalephTheCat/sipha"
version = "0.3.1"

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

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

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