diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index a2c094ac..64a4589b 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -27,6 +27,7 @@ If your project isn't listed here and you would like it to be, please feel free - [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. +- [rovo](http://docs.rs/rovo): Doc-comment-driven OpenAPI documentation generation for Axum web applications, built on top of aide. - [axum-jsonschema](https://docs.rs/axum-jsonschema/): A `Json` extractor that does JSON schema validation of requests. - [axum-login](https://docs.rs/axum-login): Session-based user authentication for axum. - [axum-gate](https://docs.rs/axum-gate): JWT-based authentication and role-based authorization for axum (Cookie and Bearer, for monolithic and distributed applications).