Skip to content

v0.3.1

Choose a tag to compare

@RAprogramm RAprogramm released this 25 Aug 08:34
· 662 commits to main since this release

Added

  • Implemented axum::response::IntoResponse for AppError (behind the axum feature).
    This allows using AppError directly as a rejection type in Axum extractors and handlers.

Notes

  • The implementation delegates to ErrorResponse to ensure a single, stable wire contract.