marker_error 0.4.2

A library for error handling in marker. It is internal to marker and should not be used directly outside of it. Semver guarantees do not apply to this library.
Documentation
[dependencies.miette]
features = ["fancy-no-backtrace", "fancy"]
version = "5.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing-error]
version = "0.2"

[dependencies.yansi]
version = "1.0.0-rc.1"

[package]
description = "A library for error handling in marker. It is internal to marker and should not\nbe used directly outside of it. Semver guarantees do not apply to this library.\n"
edition = "2021"
keywords = ["marker", "lint"]
license = "MIT OR Apache-2.0"
name = "marker_error"
readme = "README.md"
repository = "https://github.com/rust-marker/marker"
version = "0.4.2"