camber 0.4.2

Opinionated async Rust for IO-bound services on top of Tokio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod common;

#[path = "component_websocket/connection_limits.rs"]
mod connection_limits;
#[cfg(feature = "ws")]
#[path = "component_websocket/framework_rejections.rs"]
mod framework_rejections;
#[cfg(feature = "ws")]
#[path = "component_websocket/handshake.rs"]
mod handshake;
#[cfg(feature = "ws")]
#[path = "component_websocket/transport_ownership.rs"]
mod transport_ownership;