1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
Go to file
2020-03-15 06:58:47 +09:00
.github/workflows Disable coverage for PRs 2020-02-14 07:27:35 +09:00
actix-cors Run rustfmt 2020-03-12 05:48:57 +09:00
actix-identity Bump up to 0.3.0-alpha.1 2020-03-15 06:15:22 +09:00
actix-protobuf Prepare for new release 2020-02-18 00:59:04 +09:00
actix-redis Fix clippy warning 2020-02-18 08:22:33 +09:00
actix-session Minimize futures dependency 2020-03-15 06:58:47 +09:00
actix-web-httpauth Prepare for new release 2020-02-19 09:31: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 session: Update actix-web dependency to 3.0.0-alpha.1 2020-03-13 06:04:07 +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.