Crates.io | slack |
lib.rs | slack |
version | 0.25.0 |
source | src |
created_at | 2014-12-22 03:05:57.263702 |
updated_at | 2020-08-29 13:22:56.903005 |
description | slack realtime messaging client: https://api.slack.com/bot-users |
homepage | |
repository | https://github.com/slack-rs/slack-rs.git |
max_upload_size | |
id | 619 |
size | 94,233 |
Slack realtime messaging client and API interface.
Add this to your Cargo.toml
:
[dependencies]
slack = "0.25.0"
and this to your crate root:
extern crate slack;
See the examples directory.
slack-rs
is distributed under the Apache-2.0 License.