seabird 0.2.0-alpha.3

A simple client library for the seabird-chat ecosystem
Documentation
1
2
3
4
5
6
7
8
9
pub mod common {
    tonic::include_proto!("common");
}
pub mod seabird {
    tonic::include_proto!("seabird");
}

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