rocket-rust 0.2.0

RocketChat API Implemented in Rust
Documentation
1
2
3
4
5
pub use chat::PostMessageMethod;
pub use base::{APIMethod, Payload};

mod base;
mod chat;