mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
Add axum-handle-error-extract
to ecosystem
This commit is contained in:
parent
028f8a7242
commit
3f84eca753
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@ If your project isn't listed here and you would like it to be, please feel free
|
|||
|
||||
## Community maintained axum ecosystem
|
||||
|
||||
- [axum-server](https://crates.io/crates/axum-server): axum-server is a hyper server implementation designed to be used with axum framework.
|
||||
- [axum-server](https://crates.io/crates/axum-server): axum-server is a hyper server implementation designed to be used with axum.
|
||||
- [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.
|
||||
|
||||
## Project showcase
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue