mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 16:32:59 +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;
|