mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
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 <robjtede@icloud.com>
This commit is contained in:
parent
1934457e48
commit
e3027549c5
@ -49,6 +49,7 @@ These crates are provided by the community.
|
|||||||
| [actix-bincode] |  [](https://deps.rs/crate/actix-bincode) | Bincode payload extractor for Actix Web |
|
| [actix-bincode] |  [](https://deps.rs/crate/actix-bincode) | Bincode payload extractor for Actix Web |
|
||||||
| [sentinel-actix] |  [](https://deps.rs/crate/sentinel-actix) | General and flexible protection for Actix Web |
|
| [sentinel-actix] |  [](https://deps.rs/crate/sentinel-actix) | General and flexible protection for Actix Web |
|
||||||
| [actix-telepathy] |  [](https://deps.rs/crate/actix-telepathy) | Build distributed applications with `RemoteActors` and `RemoteMessages`. |
|
| [actix-telepathy] |  [](https://deps.rs/crate/actix-telepathy) | Build distributed applications with `RemoteActors` and `RemoteMessages`. |
|
||||||
|
| [apistos] |  [](https://deps.rs/crate/apistos) | Automatic OpenAPI v3 documentation for Actix Web |
|
||||||
|
|
||||||
To add a crate to this list, submit a pull request.
|
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
|
[actix-bincode]: https://crates.io/crates/actix-bincode
|
||||||
[sentinel-actix]: https://crates.io/crates/sentinel-actix
|
[sentinel-actix]: https://crates.io/crates/sentinel-actix
|
||||||
[actix-telepathy]: https://github.com/wenig/actix-telepathy
|
[actix-telepathy]: https://github.com/wenig/actix-telepathy
|
||||||
|
[apistos]: https://github.com/netwo-io/apistos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user