Skip to content

Commit a37c0fa

Browse files
Fix stack architecture line to mention only Axum
Removed mention of Actix and Rocket - only Axum is currently supported. Future frameworks would be added via additional feature flags.
1 parent 871e5be commit a37c0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Structured, traceable, retry-aware HTTP error responses for Rust APIs. Features
1818
- **Traceability**: Built-in support for trace IDs and retry hints
1919
- **Framework-agnostic core**: Works standalone; integrations are opt-in via features
2020

21-
**The stack:** anyhow for propagation → error-envelope at the HTTP boundary → framework integration via feature flags (Axum, Actix, Rocket)
21+
**The stack:** anyhow for propagation → error-envelope at the HTTP boundary → Axum integration (optional via feature flag)
2222

2323
```rust
2424
use axum::{extract::Path, Json};

0 commit comments

Comments
 (0)