seabird 0.2.0-alpha.4

A simple client library for the seabird-chat ecosystem
Documentation
pub mod common {
    tonic::include_proto!("common");
}
pub mod seabird {
    tonic::include_proto!("seabird");
}

pub use self::common::*;
pub use self::seabird::*;