mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
504e89403b
* Add compatibility of `deadpool-redis` for the storage `redis_rs`. * Keep up-to-date the `actix-redis` version. * Format the project issued by command `cargo +nightly fmt`. * Add `deadpool-redis` into the documentation and tests. * Update CHANGES.md. * Update the documentation of `Deadpool Redis` section on `redis_rs`. * Replace `no_run` with `ignore` attribute on "Deadpool Redis" example to skip the doc tests failure. * Rollback the renaming `redis::cmd` to `cmd` for better reading and avoid shadowing, fix the wrong return type on builder function comment. * Format the project issued by command `cargo +nightly fmt`. * Format. * Fix feature naming from the last merge. * Fix feature missing from the last merge. * Format the project issued by command `cargo +nightly fmt`. * Re-import `cookie-session` feature. (Maybe was removed accidentally from the last merge?) * tmp * chore: bump deadpool-redis to 0.16 * chore: fixup rest of redis code for pool * fix: add missing cfg guard * docs: fix pool docs --------- Co-authored-by: Rob Ede <robjtede@icloud.com> |
||
---|---|---|
.cargo | ||
.github | ||
actix-cors | ||
actix-identity | ||
actix-limitation | ||
actix-protobuf | ||
actix-session | ||
actix-settings | ||
actix-web-httpauth | ||
actix-ws | ||
.editorconfig | ||
.gitignore | ||
.prettierrc.yml | ||
Cargo.toml | ||
codecov.yml | ||
justfile | ||
lcov.info | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
rustfmt.toml |
actix-extras
A collection of additional crates supporting Actix Web.
Crates by @actix
Crate | ||
---|---|---|
actix-cors | Cross-Origin Resource Sharing (CORS) controls. | |
actix-identity | Identity management. | |
actix-limitation | Rate-limiting using a fixed window counter for arbitrary keys, backed by Redis. | |
actix-protobuf | Protobuf payload extractor. | |
actix-session | Session management. | |
actix-settings | Easily manage Actix Web's settings from a TOML file and environment variables. | |
actix-web-httpauth | HTTP authentication schemes. | |
actix-ws | WebSockets for Actix Web, without actors. |
Community Crates
These crates are provided by the community.
Crate | ||
---|---|---|
actix-web-lab | Experimental extractors, middleware, and other extras for possible inclusion in Actix Web. | |
actix-multipart-extract | Better multipart form support for Actix Web. | |
actix-form-data | Multipart form data from actix multipart streams | |
actix-governor | Rate-limiting backed by governor. | |
actix-casbin | Authorization library that supports access control models like ACL, RBAC & ABAC. | |
actix-ip-filter | IP address filter. Supports glob patterns. | |
actix-web-static-files | Static files as embedded resources. | |
actix-web-grants | Extension for validating user authorities. | |
aliri_actix | Endpoint authorization and authentication using scoped OAuth2 JWT tokens. | |
actix-web-flash-messages | Support for flash messages/one-time notifications in actix-web . |
|
awmp | An easy to use wrapper around multipart fields for Actix Web. | |
tracing-actix-web | A middleware to collect telemetry data from applications built on top of the Actix Web framework. | |
actix-hash | Hashing utilities for Actix Web. | |
actix-bincode | Bincode payload extractor for Actix Web | |
sentinel-actix | General and flexible protection for Actix Web | |
actix-telepathy | Build distributed applications with RemoteActors and RemoteMessages . |
|
apistos | Automatic OpenAPI v3 documentation for Actix Web |
To add a crate to this list, submit a pull request.