1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/README.md

23 lines
1.9 KiB
Markdown
Raw Normal View History

2020-01-30 02:14:55 +01:00
# actix-extras
2020-01-30 01:31:25 +01:00
2020-01-30 02:14:55 +01:00
[![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. |
2020-01-30 01:31:25 +01:00
<!-- REFERENCES -->
2020-01-30 02:14:55 +01:00
[actix]: https://github.com/actix/actix
2020-01-30 01:31:25 +01:00
[actix-web]: https://github.com/actix/actix-web
2020-01-30 02:14:55 +01:00
[actix-protobuf]: actix-protobuf
[actix-redis]: actix-redis
[actix-web-httpauth]: actix-web-httpauth