typed-error
Stop treating errors as strings.
typed-error is a modern, production-ready error handling system for Rust that brings structure, consistency, and clarity to your service layer.
Instead of ad-hoc error handling, it provides:
- A clear error taxonomy for backend systems
- Strongly-typed error codes for machine processing
- Structured metadata for debugging and observability
- Built-in retry semantics
- Seamless mapping to HTTP and gRPC responses
Built for real-world systems: APIs, microservices, and distributed architectures.
Status
This is an initial placeholder release to establish the crate name on crates.io. The full implementation is currently in progress.