From 8b13d4cf3c75beed927f08502e87d8f8b505102d Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 14 Mar 2024 23:12:15 +0100 Subject: [PATCH] Add axum-typed-routing to ECOSYSTEM.md (#2608) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 0162e1e1..9b3c691c 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -26,6 +26,7 @@ If your project isn't listed here and you would like it to be, please feel free - [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 framework - [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. - [axum-jsonschema](https://docs.rs/axum-jsonschema/): A `Json` extractor that does JSON schema validation of requests. - [axum-sessions](https://docs.rs/axum-sessions): Cookie-based sessions for axum via async-session. - [axum-login](https://docs.rs/axum-login): Session-based user authentication for axum.