seabird 0.4.0-alpha.2

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

pub use self::common::*;

pub mod seabird {
    tonic::include_proto!("seabird");
}

pub use self::seabird::*;