pid42 / slack-rs

slack realtime messaging client for rust

Home Page:https://slack-rs.github.io/slack-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

slack realtime messaging client for rust

https://slack-rs.github.io/slack-rs

License:Apache License 2.0


Languages

Language:Rust 99.2%Language:Shell 0.8%