From d1fb14ead1063efe31ae3202e947ffd569875c0b Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Fri, 19 Jan 2024 11:36:22 -0800 Subject: [PATCH] Update ECOSYSTEM.md (#2528) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index e15b5742..bf3eeeb5 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -46,6 +46,7 @@ If your project isn't listed here and you would like it to be, please feel free - [axum-serde](https://github.com/gengteng/axum-serde): Provides multiple serde-based extractors / responses, also offers a macro to easily customize serde-based extractors / responses. - [loco.rs](https://github.com/loco-rs/loco): A full stack Web and API productivity framework similar to Rails, based on Axum. - [axum-test](https://crates.io/crates/axum-test): High level library for writing Cargo tests that run against Axum. +- [axum-messages](https://github.com/maxcountryman/axum-messages): One-time notification messages for Axum. ## Project showcase