mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
unify {cors,identity,session} readmes
This commit is contained in:
17
README.md
17
README.md
@ -7,16 +7,17 @@
|
||||
|
||||
## Crates
|
||||
|
||||
| Crate | | |
|
||||
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
|
||||
| [actix-protobuf] | [](https://crates.io/crates/actix-protobuf) [](https://docs.rs/actix-protobuf) | Protobuf support for actix-web framework. |
|
||||
| [actix-redis] | [](https://crates.io/crates/actix-redis) [](https://docs.rs/actix-redis) | Reds integration for actix framework. |
|
||||
| [actix-web-httpauth] | [](https://crates.io/crates/actix-web-httpauth) [](https://docs.rs/actix-web-httpauth) | HTTP authentication schemes for actix-web. |
|
||||
| Crate | | |
|
||||
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
|
||||
| [actix-cors] | [](https://crates.io/crates/actix-cors) [](https://docs.rs/actix-cors) | Cross-origin resource sharing (CORS) for actix-web applications. |
|
||||
| [actix-identity] | [](https://crates.io/crates/actix-identity) [](https://docs.rs/actix-identity) | Identity service for actix-web framework. |
|
||||
| [actix-protobuf] | [](https://crates.io/crates/actix-protobuf) [](https://docs.rs/actix-protobuf) | Protobuf support for actix-web framework. |
|
||||
| [actix-redis] | [](https://crates.io/crates/actix-redis) [](https://docs.rs/actix-redis) | Redis integration for actix framework. |
|
||||
| [actix-session] | [](https://crates.io/crates/actix-session) [](https://docs.rs/actix-session) | Session for actix web framework. |
|
||||
| [actix-web-httpauth] | [](https://crates.io/crates/actix-web-httpauth) [](https://docs.rs/actix-web-httpauth) | HTTP authentication schemes for actix-web. |
|
||||
|
||||
|
||||
<!-- REFERENCES -->
|
||||
[actix]: https://github.com/actix/actix
|
||||
[actix-web]: https://github.com/actix/actix-web
|
||||
[actix-protobuf]: actix-protobuf
|
||||
[actix-redis]: actix-redis
|
||||
[actix-web-httpauth]: actix-web-httpauth
|
||||
[actix-extras]: https://github.com/actix/actix-extras
|
||||
|
Reference in New Issue
Block a user