From 3fc8e4ae0a3beb072b8fd122653fe0c269637712 Mon Sep 17 00:00:00 2001 From: Canmi <9997200@qq.com> Date: Fri, 5 Sep 2025 16:10:56 +0800 Subject: [PATCH] Add axum-governor to community maintained axum ecosystem (#3456) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 328939e3..397eb8e9 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -58,6 +58,7 @@ If your project isn't listed here and you would like it to be, please feel free - [axum-html-minifier](https://crates.io/crates/axum_html_minifier): This middleware minify the html body content of a axum response. - [static-serve](https://crates.io/crates/static-serve): A helper macro for compressing and embedding static assets in an axum webserver. - [datastar](https://crates.io/crates/datastar): Rust implementation of the Datastar SDK specification with Axum support +- [axum-governor](https://crates.io/crates/axum-governor): An independent Axum middleware for rate limiting, powered by [lazy-limit](https://github.com/canmi21/lazy-limit) (not related to tower-governor). ## Project showcase