1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
Go to file
2020-12-31 21:13:36 +09:00
.github Update github-pages-deploy-action to 3.7.1 (#138) 2020-12-01 06:06:48 +09:00
actix-cors Fix expose_any_header setter (#143) 2020-12-31 21:13:36 +09:00
actix-identity Use re-exported bytes items from instead of using them directly (#139) 2020-12-01 10:21:56 +09:00
actix-protobuf Use re-exported bytes items from instead of using them directly (#139) 2020-12-01 10:21:56 +09:00
actix-redis impl std::error::Error for Error (#135) 2020-11-30 20:19:32 +09:00
actix-session Fix purge from other paths than root (#129) 2020-12-04 03:52:48 +09:00
actix-web-httpauth Use re-exported bytes items from instead of using them directly (#139) 2020-12-01 10:21:56 +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 fix httpauth extraction error handling in middleware (#128) 2020-11-18 15:08:03 +00:00
codecov.yml Disable PR comment from codecov 2020-12-17 21:41:58 +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 update cors deps badge 2020-11-20 00:27:53 +00:00
rustfmt.toml merge project metadata 2020-01-30 00:31:25 +00:00

actix-extras

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

build status Join the chat at https://gitter.im/actix/actix-web

Crates by @actix

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

Community Crates

These crates are provided by the community.

Crate
actix-limitation crates.io Documentation dependency status Rate limiting using a fixed window counter for arbitrary keys, backed by Redis.
actix-casbin crates.io Documentation dependency status An authorization library that supports access control models like ACL, RBAC & ABAC.
actix-web-static-files crates.io Documentation dependency status Static files as embedded resources.

To add a crate to this list, submit a pull request.