mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-24 07:43:49 +01:00
5 lines
103 B
Rust
5 lines
103 B
Rust
|
//! Actix actors integration for Actix web framework
|
||
|
mod context;
|
||
|
|
||
|
pub use self::context::HttpContext;
|