camber 0.2.1

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

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