misskey-websocket 0.2.0

Asynchronous WebSocket-based client implementation for Misskey
Documentation
1
2
3
4
5
6
7
8
9
//! Streams returned from the client.

mod broadcast;
mod channel;
mod sub_note;

pub use broadcast::Broadcast;
pub use channel::Channel;
pub use sub_note::SubNote;