1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

fix badges

This commit is contained in:
Rob Ede
2020-01-30 01:14:55 +00:00
parent aac1158304
commit 3cdc0b9d18
4 changed files with 34 additions and 24 deletions

View File

@ -1,14 +1,22 @@
# actix-web-extras
# actix-extras
> A collection of additional crates supporting the [actix-web] framework.
[![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
> A collection of additional crates supporting the [actix] and [actix-web] frameworks.
## Crates
| Crate | | |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [actix-protobuf] | [![crates.io](https://img.shields.io/crates/v/actix-protobuf)](https://crates.io/crates/actix-protobuf) [![Documentation](https://docs.rs/actix-protobuf/badge.svg)](https://docs.rs/actix-protobuf) | Protobuf support for actix-web framework. |
| [actix-redis] | [![crates.io](https://img.shields.io/crates/v/actix-redis)](https://crates.io/crates/actix-redis) [![Documentation](https://docs.rs/actix-redis/badge.svg)](https://docs.rs/actix-redis) | Reds integration for actix framework. |
| [actix-web-httpauth] | [![crates.io](https://img.shields.io/crates/v/actix-web-httpauth)](https://crates.io/crates/actix-web-httpauth) [![Documentation](https://docs.rs/actix-web-httpauth/badge.svg)](https://docs.rs/actix-web-httpauth) | HTTP authentication schemes for actix-web. |
Crates:
- [actix-protobuf]: Protobuf support for actix-web framework.
- [actix-redis]: Redis integration for actix framework.
- [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]: https://github.com/actix-web-extras/tree/actix-protobuf
[actix-redis]: https://github.com/actix-web-extras/tree/actix-redis
[actix-web-httpauth]: https://github.com/actix-web-extras/tree/actix-web-httpauth
[actix-protobuf]: actix-protobuf
[actix-redis]: actix-redis
[actix-web-httpauth]: actix-web-httpauth