From 080684c411b76a3a2d6cb447cfb38b69c7bfb178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 14 Apr 2026 09:47:36 +0200 Subject: [PATCH] chore: remove axum_guard_logic from ECOSYSTEM.md (#3728) --- ECOSYSTEM.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index f17214f3..0a99e6a7 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -23,7 +23,6 @@ If your project isn't listed here and you would like it to be, please feel free - [axum-streams](https://github.com/abdolence/axum-streams-rs): Streaming HTTP body with different formats: JSON, CSV, Protobuf. - [axum-template](https://github.com/Altair-Bueno/axum-template): Layers, extractors and template engine wrappers for axum based Web MVC applications - [axum-template](https://github.com/janos-r/axum-template): GraphQL and REST API, SurrealDb, JWT auth, direct error handling, request logs -- [axum-guard-logic](https://github.com/sjud/axum_guard_logic): Use AND/OR logic to extract types and check their values against `Service` inputs. - [axum-casbin-auth](https://github.com/casbin-rs/axum-casbin-auth): Casbin access control middleware for axum - [aide](https://docs.rs/aide): Code-first Open API documentation generator with [axum integration](https://docs.rs/aide/latest/aide/axum/index.html). - [axum-typed-routing](https://docs.rs/axum-typed-routing/latest/axum_typed_routing/): Statically typed routing macros with OpenAPI generation using aide.