eros 0.5.0

Error handling that is precise, no boilerplate, ergonomic, context aware, and performant.
Documentation
[dependencies.anyhow]
optional = true
version = "1"

[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.12"

[dev-dependencies.trybuild]
version = "1"

[features]
backtrace = []
context = []
default = ["context", "backtrace"]
min_specialization = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Error handling that is precise, no boilerplate, ergonomic, context aware, and performant."
documentation = "https://docs.rs/eros/"
edition = "2021"
keywords = ["error", "error-handling"]
license = "Apache-2.0"
name = "eros"
readme = "README.md"
repository = "https://github.com/mcmah309/eros"
version = "0.5.0"

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

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

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