# error-ext
[![license][license-badge]][license-url]
[![build][build-badge]][build-url]
[license-badge]: https://img.shields.io/github/license/hseeberger/error-ext
[license-url]: https://github.com/hseeberger/error-ext/blob/main/LICENSE
[build-badge]: https://img.shields.io/github/actions/workflow/status/hseeberger/error-ext/ci.yaml
[build-url]: https://github.com/hseeberger/error-ext/actions/workflows/ci.yaml
Error utilities:
- `StdErrorExt` provides `as_chain` and `into_boxed` extension methods.
- The `axum` module provides an `Error` type that can be used as axum response.
## License ##
This code is open source software licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).