error-ext 0.4.2

Error utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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).