mirror of
https://github.com/actix/actix-web.git
synced 2025-03-03 18:11:28 +00: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;
|