From 0096fa6e1e65349056ffe5955935c5b8b8397372 Mon Sep 17 00:00:00 2001 From: gongzhengyang <37296993+gongzhengyang@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:19:25 +0800 Subject: [PATCH] Add axum-restful to ECOSYSTEM.md (#1901) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index dd922a4e..2edae9c2 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -34,6 +34,7 @@ If your project isn't listed here and you would like it to be, please feel free - [jwt-authorizer](https://crates.io/crates/jwt-authorizer): JWT authorization layer for axum (oidc discovery, validation options, claims extraction, etc.) - [axum-typed-multipart](https://crates.io/crates/axum_typed_multipart): Type safe wrapper for `axum::extract::Multipart`. - [tower-governor](https://crates.io/crates/tower_governor): A Tower service and layer that provides a rate-limiting backend by [governor](https://crates.io/crates/governor) +- [axum-restful](https://github.com/gongzhengyang/axum-restful): A restful framework based on axum and sea-orm, inspired by django-rest-framework. ## Project showcase