misskey-api 0.2.0

API bindings of Misskey, including requests/responses of endpoints and messages on channels
Documentation
1
2
3
4
5
6
7
8
//! Streaming API.

pub mod channel;
pub mod note;

#[cfg(feature = "12-29-0")]
#[cfg_attr(docsrs, doc(cfg(feature = "12-29-0")))]
pub mod emoji;