slack 0.12.2

slack realtime messaging client: https://api.slack.com/bot-users
docs.rs failed to build slack-0.12.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: slack-0.25.0

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.13.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.