1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
Go to file
2020-07-21 03:51:51 +09:00
.github Check code with rustfmt not to introduce format commits (#88) 2020-07-21 03:51:51 +09:00
actix-cors Use OR instead of deprecated / in license field (#80) 2020-07-14 11:16:32 +01:00
actix-identity Check code with rustfmt not to introduce format commits (#88) 2020-07-21 03:51:51 +09:00
actix-protobuf Use matches macro to fix clippy warnings (#86) 2020-07-21 02:20:23 +09:00
actix-redis Update backoff in actix-redis to 0.2.1 (#83) 2020-07-19 02:30:46 +01:00
actix-session Use OR instead of deprecated / in license field (#80) 2020-07-14 11:16:32 +01:00
actix-web-httpauth Check code with rustfmt not to introduce format commits (#88) 2020-07-21 03:51:51 +09:00
.editorconfig merge project metadata 2020-01-30 00:31:25 +00:00
.gitignore merge project metadata 2020-01-30 00:31:25 +00:00
Cargo.toml Use matches macro to fix clippy warnings (#86) 2020-07-21 02:20:23 +09:00
codecov.yml Add codecov.yml 2020-03-18 06:34:32 +09:00
LICENSE-APACHE merge project metadata 2020-01-30 00:31:25 +00:00
LICENSE-MIT fix badge links 2020-01-30 01:50:18 +00:00
README.md Clean up READMEs 2020-01-30 18:39:35 +09:00
rustfmt.toml merge project metadata 2020-01-30 00:31:25 +00:00

actix-extras

Join the chat at https://gitter.im/actix/actixbuild status

A collection of additional crates supporting the actix and actix-web frameworks.

Crates

Crate
actix-cors crates.io Documentation Cross-origin resource sharing (CORS) for actix-web applications.
actix-identity crates.io Documentation Identity service for actix-web framework.
actix-protobuf crates.io Documentation Protobuf support for actix-web framework.
actix-redis crates.io Documentation Redis integration for actix framework.
actix-session crates.io Documentation Session for actix-web framework.
actix-web-httpauth crates.io Documentation HTTP authentication schemes for actix-web.