Skip to content

Commit 77406cb

Browse files
authored
Added actix-web-validation to README (actix#474)
1 parent 2ede588 commit 77406cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ These crates are provided by the community.
4949
| [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 |
5050
| [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`. |
5151
| [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 |
52+
| [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 |
5253

5354
To add a crate to this list, submit a pull request.
5455

@@ -82,3 +83,4 @@ To add a crate to this list, submit a pull request.
8283
[sentinel-actix]: https://crates.io/crates/sentinel-actix
8384
[actix-telepathy]: https://github.com/wenig/actix-telepathy
8485
[apistos]: https://github.com/netwo-io/apistos
86+
[actix-web-validation]: https://github.com/ranger-ross/actix-web-validation

0 commit comments

Comments
 (0)