Provides actor support for Actix Web, enabling message-passing concurrency within web applications.
# Cargo.toml
[dependencies]
actix-web-actors = "4.3.1+deprecated"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a basic actor using actix-web-actors.
Use actix-web directly with actix-rt for actor-like concurrency.
No dependency data recorded yet.