Packages
Browse packages indexed by the registry.
A MQTT client based on the actix framework
Msgpack payload extractor for Actix Web
Multipart form support for Actix Web
Multipart form derive macro for Actix Web
Procedural derive macro implementation for actix-multipart-derive.
Better multipart form support for Actix Web.
Better multipart form support for Actix Web.
An implementation of multipart/form-data (RFC7578) for Actix
A simple actix multipart form data builder
actix-multiresponse intents to allow supporting multiple response/request data formats depending on the Content-Type and Accept headers
Actix actor for NATS Message Broker
Abstractions over OpenID Connect tokens for the actix-web framework
A flexible authentication framework for actix-web
Passthrough headers middleware for Actix Web
Permission and input validation extension for Actix Web. Alternative to actix guard, with access to HttpRequest and Payload.
A Rust implementation of Phoenix Channels protocol for real-time communication, specifically designed for Actix Web applications
A library that integrates with actix-web to provide structure and implementation of authentication in an opinionated but still highly flexible way
A library that integrates with actix-web to provide a ResponsError type (and associated traits) to cleanly propogate errors of all kinds in the context of an actix-web application
A library that integrates with actix-web and include_dir to cleanly package, via a macro, static resources (e.g. a frontend) with an actix-web binary, thus serving these resources from RAM at runtime and simplifying deployment by containing the entire web application in a single executable binary; Fork of actix-web-static-files by Alexander Korolev
A library that integrates with actix-web to provide various miscelaneous utilities that are useful in the course of actix-web development
PostgreSQL integration for Actix framework.
Actix middleware that sends requests to Prerender.io or a custom Prerender service URL.
Proc macros, to be re-exported by `actix-helper-macros`
Generate actix handles and routes from grpc definitions
Generate actix handles from Protocol Buffer files
Conversions between proto and some of the user types.
Generating encoding and decoding implementations for `actix-prost` generated types.
Protobuf payload extractor for Actix Web
Glue code for using awc with actix-web
PROXY protocol utilities
A library for extracting data from actix-web requests
An implementation of the Raft distributed consensus protocol using the Actix actor framework.
Rate-Limit middleware for actix-web
Simple yet powerful per-route rate-limiter for Actix with support for regex.
Rate limiting middleware framework for actix-web
Actor-based Redis client
Actix actor for redis-rs
Simple and reliable background processing for Rust using Actix and Redis
Actix Redis Actor
ergonomic remote actors via actix and canary
Tiny extractor to get real client IP address, parsing X-Forwarded-For header
Actix web middleware hook for requests. Enables subscribing to request start and end, request id, elapsed time between requests and more.
Middlerware for actix-web to associate an ID with each request.
A simple request/reply cache middleware for Actix Web with Redis backend
Defines an ApiResponse type and re-exports a proc macro for error definitions with Actix Web.
Helper crate for `actix-response` which defines the proc macro used.
Micro layer above actix-web to build REST API
Dynamic routing rewrite library inspired by Apache mod_rewrite for Actix-Web