slack_api 0.17.0

Interface for the Slack Web API
Documentation

slack-rs-api

Slack Web API interface.

Build Status Crates.io License

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
slack_api = "0.16.1"

and this to your crate root:

extern crate slack_api;

License

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