From 170d7d4dcc8a1368e7bea68f517a7791aff89422 Mon Sep 17 00:00:00 2001 From: Angel H <74881094+ThinkerDreamer@users.noreply.github.com> Date: Fri, 4 Apr 2025 00:14:03 +0200 Subject: [PATCH] Add static-serve to ECOSYSTEM.md (#3302) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index d4106215..32fb50aa 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -56,6 +56,7 @@ If your project isn't listed here and you would like it to be, please feel free - [tower_allowed_hosts](https://crates.io/crates/tower_allowed_hosts): Allowed hosts middleware which limits request from only allowed hosts. - [baxe](https://github.com/zyphelabs/baxe): Simple macro for defining backend errors once and automatically generate standardized JSON error responses, saving time and reducing complexity - [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. ## Project showcase