From e3027549c596ddba6a1af49ffa7f46f3029dd181 Mon Sep 17 00:00:00 2001 From: axelfaure <77962559+axelfaure@users.noreply.github.com> Date: Fri, 26 Jan 2024 17:18:45 +0100 Subject: [PATCH] Add a reference to Apistos to README.md (#390) * Add a reference to Apistos to README.md Apistos is a new crate for OpenAPI v3 documentation * Actix Web --------- Co-authored-by: Rob Ede --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8afbe507f..641749b45 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ These crates are provided by the community. | [actix-bincode] | ![crates.io](https://img.shields.io/crates/v/actix-bincode?label=latest) [![dependency status](https://deps.rs/crate/actix-bincode/latest/status.svg)](https://deps.rs/crate/actix-bincode) | Bincode payload extractor for Actix Web | | [sentinel-actix] | ![crates.io](https://img.shields.io/crates/v/sentinel-actix?label=latest) [![dependency status](https://deps.rs/crate/sentinel-actix/latest/status.svg)](https://deps.rs/crate/sentinel-actix) | General and flexible protection for Actix Web | | [actix-telepathy] | ![crates.io](https://img.shields.io/crates/v/actix-telepathy?label=latest) [![dependency status](https://deps.rs/crate/actix-telepathy/latest/status.svg)](https://deps.rs/crate/actix-telepathy) | Build distributed applications with `RemoteActors` and `RemoteMessages`. | +| [apistos] | ![crates.io](https://img.shields.io/crates/v/apistos?label=latest) [![dependency status](https://deps.rs/crate/apistos/latest/status.svg)](https://deps.rs/crate/apistos) | Automatic OpenAPI v3 documentation for Actix Web | To add a crate to this list, submit a pull request. @@ -82,3 +83,4 @@ To add a crate to this list, submit a pull request. [actix-bincode]: https://crates.io/crates/actix-bincode [sentinel-actix]: https://crates.io/crates/sentinel-actix [actix-telepathy]: https://github.com/wenig/actix-telepathy +[apistos]: https://github.com/netwo-io/apistos