mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 23:38:20 +01:00
Remove axum-handle-error-extract
from ECOSYSTEM.md
Its been integrated into axum 0.4.
This commit is contained in:
parent
a63843d6c5
commit
6dcb406ab8
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ 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.
|
||||
- [tower-cookies](https://crates.io/crates/tower-cookies): Cookie manager middleware
|
||||
- [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
|
||||
|
|
Loading…
Reference in a new issue