derail 0.3.0

An alternative to `core::error::Error`.
Documentation
[package]
name = "derail"
description = "An alternative to `core::error::Error`."
keywords = ["error", "error-handling", "no_std", "tree"]
categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
version = "0.3.0"
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[lints]
workspace = true

[features]
default = ["alloc"]
alloc = []

[dev-dependencies]
derail-macros = { workspace = true }
derail-report = { workspace = true }
indoc = { workspace = true }
insta = { workspace = true }
similar-asserts = { workspace = true }