mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-19 03:22:25 +01:00
docs: update readme
This commit is contained in:
parent
036af488fd
commit
3b5f7ae68c
10
README.md
10
README.md
@ -33,7 +33,6 @@ These crates are provided by the community.
|
|||||||
| Crate | | |
|
| Crate | | |
|
||||||
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
|
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
|
||||||
| [actix-web-lab] | [][actix-web-lab] [](https://deps.rs/crate/actix-web-lab) | Experimental extractors, middleware, and other extras for possible inclusion in Actix Web. |
|
| [actix-web-lab] | [][actix-web-lab] [](https://deps.rs/crate/actix-web-lab) | Experimental extractors, middleware, and other extras for possible inclusion in Actix Web. |
|
||||||
| [actix-multipart-extract] | [][actix-multipart-extract] [](https://deps.rs/crate/actix-multipart-extract) | Better multipart form support for Actix Web. |
|
|
||||||
| [actix-form-data] | [][actix-form-data] [](https://deps.rs/crate/actix-form-data) | Multipart form data from actix multipart streams |
|
| [actix-form-data] | [][actix-form-data] [](https://deps.rs/crate/actix-form-data) | Multipart form data from actix multipart streams |
|
||||||
| [actix-governor] | [][actix-governor] [](https://deps.rs/crate/actix-governor) | Rate-limiting backed by governor. |
|
| [actix-governor] | [][actix-governor] [](https://deps.rs/crate/actix-governor) | Rate-limiting backed by governor. |
|
||||||
| [actix-casbin] | [][actix-casbin] [](https://deps.rs/crate/actix-casbin) | Authorization library that supports access control models like ACL, RBAC & ABAC. |
|
| [actix-casbin] | [][actix-casbin] [](https://deps.rs/crate/actix-casbin) | Authorization library that supports access control models like ACL, RBAC & ABAC. |
|
||||||
@ -49,7 +48,7 @@ These crates are provided by the community.
|
|||||||
| [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 |
|
| [apistos] |  [](https://deps.rs/crate/apistos) | Automatic OpenAPI v3 documentation for Actix Web |
|
||||||
| [actix-web-validation] |  [](https://deps.rs/crate/actix-web-validation) | Request validation for Actix Web |
|
| [actix-web-validation] |  [](https://deps.rs/crate/actix-web-validation) | Request validation 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.
|
||||||
|
|
||||||
@ -81,6 +80,7 @@ To add a crate to this list, submit a pull request.
|
|||||||
[actix-hash]: https://crates.io/crates/actix-hash
|
[actix-hash]: https://crates.io/crates/actix-hash
|
||||||
[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://crates.io/crates/actix-telepathy
|
||||||
[apistos]: https://github.com/netwo-io/apistos
|
[actix-web-validation]: https://crates.io/crates/actix-web-validation
|
||||||
[actix-web-validation]: https://github.com/ranger-ross/actix-web-validation
|
[actix-telepathy]: https://crates.io/crates/actix-telepathy
|
||||||
|
[apistos]: https://crates.io/crates/apistos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user