v0.3.1
Added
- Implemented
axum::response::IntoResponseforAppError(behind theaxumfeature).
This allows usingAppErrordirectly as a rejection type in Axum extractors and handlers.
Notes
- The implementation delegates to
ErrorResponseto ensure a single, stable wire contract.