mutiny-rs 0.5.1

A Rust API wrapper for the Stoat chat platform.
Documentation
1
2
3
4
5
6
7
pub trait Nameable {
    fn name(&self) -> Option<&str>;
}

pub trait ServerId {
    fn server_id(&self) -> Option<&str>;
}