Add axum-debug to list of community projects

This commit is contained in:
David Pedersen 2021-11-11 19:24:57 +01:00
parent 34942f3d70
commit 26faf0d7a6

View file

@ -8,6 +8,7 @@ If your project isn't listed here and you would like it to be, please feel free
- [axum-typed-websockets](https://crates.io/crates/axum-typed-websockets): `axum::extract::ws` with type safe messages.
- [axum-flash](https://crates.io/crates/axum-flash): One-time notifications (aka flash messages) for axum.
- [axum-handle-error-extract](https://crates.io/crates/axum-handle-error-extract): Error handling layer for axum that supports extractors and async functions.
- [axum-debug](https://crates.io/crates/axum-debug): Debugging crate that provides better error messages for axum.
## Project showcase