error-forge 0.9.8

Pragmatic Rust error-handling framework with stable error metadata, contextual diagnostics, optional async support, and synchronous recovery primitives (retry, circuit-breaker, backoff). Optional #[derive(ModError)], declarative define_errors!, and feature-gated logging / tracing / serde adapters.
Documentation
1
2
3
4
5
6
7
8
# Exclude development directories from archive exports
/tests            export-ignore
/docs             export-ignore
/.github          export-ignore
/.gitignore       export-ignore

# Tell GitHub how to highlight .noml files
*.noml linguist-detectable=true linguist-language=TOML