seabird 0.4.0-alpha.2

A simple client library for the seabird-chat ecosystem
Documentation
1
2
3
// TODO: replace these with better, more concrete error types.
pub type Error = anyhow::Error;
pub type Result<T> = std::result::Result<T, Error>;