1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-03-03 18:11:28 +00:00
actix-web/actix-web-actors/src/lib.rs

5 lines
103 B
Rust
Raw Normal View History

2019-03-17 20:47:20 +00:00
//! Actix actors integration for Actix web framework
mod context;
pub use self::context::HttpContext;