[dependencies.anyhow]
optional = true
version = "1.0"
[dependencies.wherr-macro]
version = "0.1"
[[example]]
name = "anyhow"
required-features = ["anyhow"]
[features]
anyhow = ["dep:anyhow"]
[package]
authors = ["Joel Jakobsson <github@compiler.org>"]
categories = ["rust-patterns"]
description = "Enhance Rust errors with file and line details using the `#[wherr]` macro for clearer debugging."
edition = "2021"
keywords = ["error", "error-handling"]
license = "MIT OR Apache-2.0"
name = "wherr"
readme = "README.md"
repository = "https://github.com/joelonsql/wherr"
resolver = "1"
version = "0.1.7"
[[test]]
name = "anyhow_error_tests"
path = "tests/anyhow_error_tests.rs"
required-features = ["anyhow"]