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
---
name: Bug report
about: Report something that does not work as documented
title: "[bug] "
labels: bug
assignees: ''
---

## Description

Brief summary of the bug.

## Steps to reproduce

Minimum code or commands needed to surface the issue.

```rust
// Repro here
```

## Expected behaviour

What did you expect to happen?

## Actual behaviour

What happened instead? Paste exact error output (if any) inside
a code block.

## Environment

- `error-forge` version:
- `rustc --version --verbose` output:
- OS (Linux / macOS / Windows + version):
- Relevant cargo features enabled:

## Additional context

Anything else that might be relevant (workarounds tried,
related crates in your dep tree, etc.).