clux / slack-rs-api

Rust interface for the Slack Web API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slack-rs-api

Slack Web API interface.

Build Status Crates.io License

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
slack_api = "0.21.0"

and this to your crate root:

extern crate slack_api;

License

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

About

Rust interface for the Slack Web API

License:Apache License 2.0


Languages

Language:Rust 100.0%