1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-23 10:53:02 +01:00
2019-03-17 22:11:50 -07:00

6 lines
115 B
Rust

//! Actix actors integration for Actix web framework
mod context;
pub mod ws;
pub use self::context::HttpContext;