Skip to main content

arcly_http_realtime/
lib.rs

1//! WebSocket gateways + SSE (split crate).
2#![forbid(unsafe_code)]
3
4pub mod realtime;