1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-04-16 02:30:56 +02:00

add axum-msgpack crate to ECOSYSTEM.md ()

This commit is contained in:
Lainera 2022-01-22 01:13:53 -08:00 committed by GitHub
parent 830bfdbe3c
commit 4df4e07e10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ If your project isn't listed here and you would like it to be, please feel free
- [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-debug](https://crates.io/crates/axum-debug): Debugging crate that provides better error messages for axum.
- [axum-msgpack](https://crates.io/crates/axum-msgpack): MessagePack Extractors for axum.
## Project showcase