reinhardt-websockets 0.3.2

WebSocket support for real-time bidirectional communication
Documentation
1
2
3
4
5
6
7
//! Integration with other Reinhardt crates
//!
//! This module provides integration helpers for connecting WebSocket functionality
//! with other parts of the Reinhardt framework.

#[cfg(feature = "pages-integration")]
pub mod pages;