41 releases (24 breaking)
| 0.25.0 | Aug 29, 2020 |
|---|---|
| 0.24.0 | Jul 1, 2020 |
| 0.23.0 | Jan 5, 2020 |
| 0.22.0 | Oct 2, 2018 |
| 0.1.2 | Dec 27, 2014 |
#287 in WebSocket
77 downloads per month
Used in 7 crates
37KB
634 lines
Slack realtime messaging client: https://api.slack.com/bot-users
See CHANGELOG.md for latest release notes.
slack-rs
Slack realtime messaging client and API interface.
Usage
Add this to your Cargo.toml:
[dependencies]
slack = "0.25.0"
and this to your crate root:
extern crate slack;
Example
See the examples directory.
License
slack-rs is distributed under the Apache-2.0 License.
Dependencies
~8–14MB
~249K SLoC