From 6fc31e18888c93edc1ef6d4b69d0a402c8ab8cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20Tam=C3=A1s?= Date: Thu, 8 Sep 2022 20:30:41 +0200 Subject: [PATCH] Add aide and axum-jsonschema to ECOSYSTEM.md (#1360) --- ECOSYSTEM.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 7d118ca6..6e67225c 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -23,6 +23,8 @@ 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-guard-logic](https://github.com/sjud/axum_guard_logic): Use AND/OR logic to extract types and check their values against `Service` inputs. +- [aide](https://docs.rs/aide): Code-first Open API documentation generator with [axum integration](https://docs.rs/aide/latest/aide/axum/index.html). +- [axum-jsonschema](https://docs.rs/axum-jsonschema/): A `Json` extractor that does JSON schema validation of requests. ## Project showcase