From a6011a51337a003de510d9d7540095dbd56803ca Mon Sep 17 00:00:00 2001 From: GengTeng Date: Sat, 2 Dec 2023 21:18:45 +0800 Subject: [PATCH] Add axum-serde to ECOSYSTEM.md (#2399) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index a65dac96..e6ed8ea1 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -43,6 +43,7 @@ If your project isn't listed here and you would like it to be, please feel free - [tower-sessions](https://github.com/maxcountryman/tower-sessions): Sessions as a `tower` and `axum` middleware. - [shuttle](https://github.com/shuttle-hq/shuttle): Build & ship backends without writing any infrastructure files. Now with Axum support. - [socketioxide](https://github.com/totodore/socketioxide): An easy to use socket.io server implementation working as a `tower` layer/service. +- [axum-serde](https://github.com/gengteng/axum-serde): Provides multiple serde-based extractors / responses, also offers a macro to easily customize serde-based extractors / responses. ## Project showcase