1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 16:32:59 +01:00
actix-web/actix-web-actors/src/lib.rs
2019-07-17 15:08:30 +06:00

7 lines
164 B
Rust

#![allow(clippy::borrow_interior_mutable_const)]
//! Actix actors integration for Actix web framework
mod context;
pub mod ws;
pub use self::context::HttpContext;