Registry / web-framework / actix-web-actors

actix-web-actors

JSON →
library4.3.1+deprecatedrscratesunverified

Provides actor support for Actix Web, enabling message-passing concurrency within web applications.

# Cargo.toml [dependencies] actix-web-actors = "4.3.1+deprecated"
INSTALL
IMPORT
SIG · ACTIX-WEB-ACTORS
A
actix-web-actors
web-frameworkrustv4.3.1+deprecated
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Actor
use actix_web_actors::Actor;

Defines a basic actor using actix-web-actors.

use actix_web_actors::Actor; struct MyActor; impl Actor for MyActor { type Context = actix_web::web::Data<Self>; }
Debug
Known issues
breakingThis crate is deprecated; consider using actix-web's built-in actor support or migrating to a newer pattern.
fix
Use actix-web directly with actix-rt for actor-like concurrency.
affects: >=4.3.1
Upgrade
Version history
4.3.1+deprecatedlatest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
52 hits · last 30 days
node
43
Resources
actix-web-actors — cargo add actix-web-actors · libregistry