From 11b7dc7453b2be30a80fe2257b2c81dc79c816b8 Mon Sep 17 00:00:00 2001 From: Mateo Lafalce Date: Sun, 23 Feb 2025 12:49:51 -0300 Subject: [PATCH] Add axum-html-minifier to ECOSYSTEM.md + Add link to baxe to ECOSYSTEM.md Add the link to axum-html-minifier library to the ECOSYSTEM.md file + Motivation We want to share the library we've built with the community, get feedback and improvement ideas + Solution With this middleware layer we can send fewer packets to the client and increase the throughput of our websites. --- ECOSYSTEM.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 2140231b62..d4106215a7 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -54,7 +54,8 @@ If your project isn't listed here and you would like it to be, please feel free - [axum-negotiate-layer](https://github.com/2ndDerivative/axum-negotiate-layer): Middleware/Layer for Kerberos/NTLM "Negotiate" authentication. - [axum-kit](https://github.com/4lkaid/axum-kit): Streamline the integration and usage of axum with SQLx and Redis. - [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 +- [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. ## Project showcase