ferrischat_common 0.3.0

Common utilities and types for FerrisChat
Documentation
1
2
3
4
5
6
/// JSON returned by GET /v0/ws/info.
#[derive(Serialize, Deserialize, Clone)]
pub struct WsConnectionInfo {
    /// Where to establish a WebSocket connection to.
    pub url: String,
}