axum/axum-handle-error-extract
Jonas Platte 9c77ee0295
Use nightly clippy & rustfmt for more style checks (#487)
2021-11-09 11:53:57 +00:00
..
src Use nightly clippy & rustfmt for more style checks (#487) 2021-11-09 11:53:57 +00:00
CHANGELOG.md Add `axum-handle-error-extract` crate (#468) 2021-11-08 19:24:54 +01:00
Cargo.toml Specify version of axum that axum-handle-error-extract depends on 2021-11-08 19:28:28 +01:00
LICENSE Add `axum-handle-error-extract` crate (#468) 2021-11-08 19:24:54 +01:00
README.md Add `axum-handle-error-extract` crate (#468) 2021-11-08 19:24:54 +01:00

README.md

axum-handle-error-extract

Error handling layer for axum that supports extractors and async functions

Build status Crates.io Documentation

More information about this crate can be found in the crate documentation.

Safety

This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.

Minimum supported Rust version

axum-handle-error-extract's MSRV is 1.54.

Getting Help

You're also welcome to ask in the Discord channel or open an issue with your question.

Contributing

🎈 Thanks for your help improving the project! We are so happy to have you! We have a contributing guide to help you get involved in the axum project.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in axum by you, shall be licensed as MIT, without any additional terms or conditions.