From 420d7b6aaaa7dfcd5e5f8e9e2b22fc94d9d52e5a Mon Sep 17 00:00:00 2001 From: Glen De Cauwsemaecker Date: Wed, 9 Jul 2025 21:16:12 +0200 Subject: [PATCH] Update ECOSYSTEM.md: Add datastar with axum support (#3383) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index d9949b17..6fc819b5 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -57,6 +57,7 @@ If your project isn't listed here and you would like it to be, please feel free - [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. +- [datastar](https://crates.io/crates/datastar): Rust implementation of the Datastar SDK specification with Axum support ## Project showcase