v0.2.0
Changelog
All notable changes to this project will be documented in this file.
[Unreleased]
0.2.0 - 2025-08-20
Added
- Actix integration:
AppErrorimplementsactix_web::ResponseError.ErrorResponseimplementsactix_web::Responder.
Changed
- Expanded documentation:
- Complete
README.mdwith installation, usage examples, and feature flags. - Improved module-level doc comments and design notes.
- Complete
- Error conversions: feature-gated submodules (
sqlx,reqwest,redis,tokio,validator, etc.).
Notes
- MSRV: 1.89
- No unsafe: the crate forbids
unsafe.