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

#132 in WebSocket

Download history 20/week @ 2023-12-18 5/week @ 2023-12-25 14/week @ 2024-01-08 17/week @ 2024-01-15 36/week @ 2024-01-22 44/week @ 2024-01-29 12/week @ 2024-02-05 23/week @ 2024-02-12 70/week @ 2024-02-19 188/week @ 2024-02-26 71/week @ 2024-03-04 128/week @ 2024-03-11 118/week @ 2024-03-18 60/week @ 2024-03-25 609/week @ 2024-04-01

925 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

~6–11MB
~237K SLoC