slack-api-client 0.1.93

slack api client Project homepage: https://github.com/isaacadams/slack-api-client
Documentation
1
2
3
4
5
6
mod client;
mod command;
mod message;
mod user;

pub use {client::SlackClient, command::SlackCommandRequest, message::CreateMessage};