Skip to content

Commit

Permalink
Add aide and axum-jsonschema to ECOSYSTEM.md (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasfe committed Sep 8, 2022
1 parent da4ea4d commit 6fc31e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ECOSYSTEM.md
Expand Up @@ -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<T>` extractor that does JSON schema validation of requests.

## Project showcase

Expand Down

0 comments on commit 6fc31e1

Please sign in to comment.