ferrischat_common 0.3.0

Common utilities and types for FerrisChat
Documentation
1
2
3
4
5
#[derive(Serialize, Deserialize, Clone)]
pub struct AuthResponse {
    /// The authorization token
    pub token: String,
}