eros 0.2.2

Context aware, ergonomic and precise error handling.
Documentation
[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.12"

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Context aware, ergonomic and precise error handling."
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.2.2"

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

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

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