Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 929 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 929 Bytes

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