slack_api 0.13.1

Interface for the Slack Web API
docs.rs failed to build slack_api-0.13.1
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_api-0.23.1

slack-rs

Slack Web API interface.

Build Status Crates.io License

Usage

Add this to your Cargo.toml:

[dependencies]
slack_api = "0.13.0"

and this to your crate root:

extern crate slack_api;

License

slack-api is distributed under the Apache-2.0 License.