From 5dc504035b0aa34bd7882794781acd56486c6971 Mon Sep 17 00:00:00 2001 From: Canmi <9997200@qq.com> Date: Mon, 26 Jan 2026 18:43:54 +0800 Subject: [PATCH] Add sigterm crate to ecosystem.md (#3638) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index ed6a49e8..29c4ba12 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -61,6 +61,7 @@ If your project isn't listed here and you would like it to be, please feel free - [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). - [axum-conditional-requests](https://crates.io/crates/axum-conditional-requests): A library for handling client-side caching HTTP headers +- [sigterm](https://github.com/canmi21/sigterm): Signal-aware async control and cancellation primitives for Tokio. ## Project showcase