rocketchat 0.4.1

Rocket.Chat API Implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
pub use base::APIMethod;
pub use channels::{
    ChannelCreateMethod,
};
pub use chat::PostMessageMethod;

mod base;
mod channels;
mod chat;