slack

Crates.ioslack
lib.rsslack
version0.25.0
sourcesrc
created_at2014-12-22 03:05:57.263702
updated_at2020-08-29 13:22:56.903005
descriptionslack realtime messaging client: https://api.slack.com/bot-users
homepage
repositoryhttps://github.com/slack-rs/slack-rs.git
max_upload_size
id619
size94,233
maintainers (github:slack-rs:maintainers)

documentation

https://docs.rs/slack

README

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.

Commit count: 227

cargo fmt