mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-23 23:34:35 +01:00
7 lines
164 B
Rust
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;
|