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

#202 in WebSocket

Download history 35/week @ 2024-07-19 50/week @ 2024-07-26 39/week @ 2024-08-02 72/week @ 2024-08-09 31/week @ 2024-08-16 21/week @ 2024-08-23 27/week @ 2024-08-30 26/week @ 2024-09-06 29/week @ 2024-09-13 43/week @ 2024-09-20 195/week @ 2024-09-27 51/week @ 2024-10-04 31/week @ 2024-10-11 41/week @ 2024-10-18 42/week @ 2024-10-25 48/week @ 2024-11-01

163 downloads per month
Used in 7 crates

Apache-2.0

37KB
634 lines

slack-rs

Slack realtime messaging client and API interface.

Build Status License Crates.io

Documentation

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.


lib.rs:

Slack realtime messaging client: https://api.slack.com/bot-users

See CHANGELOG.md for latest release notes.

Dependencies

~7–12MB
~224K SLoC