Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 890 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 890 Bytes

slack-rs-api

Slack Web API interface.

Build Status Crates.io License

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
slack_api = "0.17.0"

and this to your crate root:

extern crate slack_api;

License

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