From 77406cbb71604dcf11268ec86de15abbf5c54849 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 14 Oct 2024 01:32:52 +0900 Subject: [PATCH] Added `actix-web-validation` to README (#474) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85e48ef7d..3d091db38 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ These crates are provided by the community. | [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 | +| [actix-web-validation] | ![crates.io](https://img.shields.io/crates/v/actix-web-validation?label=latest) [![dependency status](https://deps.rs/crate/actix-web-validation/latest/status.svg)](https://deps.rs/crate/actix-web-validation) | Request validation 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. [sentinel-actix]: https://crates.io/crates/sentinel-actix [actix-telepathy]: https://github.com/wenig/actix-telepathy [apistos]: https://github.com/netwo-io/apistos +[actix-web-validation]: https://github.com/ranger-ross/actix-web-validation