error-forge 1.0.0

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
9
10
# CODEOWNERS for error-forge
#
# This file lists the maintainer(s) responsible for code review and
# release decisions across the repository. GitHub uses it to suggest
# reviewers automatically on every pull request.
#
# Syntax: <path pattern>   <username>...

# Default — everything that does not match a more specific rule.
*    @jamesgober