eros 0.0.13

Context aware, ergonomic and precise error handling.
Documentation
[dev-dependencies.anyhow]
version = "1"

[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.0.13"

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

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

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