simple_slack_gen 0.1.0

Rust API Client
Documentation
1
2
3
4
5
6
mod channel;
mod list_conversations_response;
mod slack_error;
pub use channel::Channel;
pub use list_conversations_response::ListConversationsResponse;
pub use slack_error::SlackError;