Flexible concrete Error type built on std::error::Error.
# Cargo.toml
[dependencies]
anyhow = "1.0.102"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses anyhow::Result to propagate errors with minimal boilerplate.
Use thiserror for library error types and anyhow only in application code.
No dependency data recorded yet.