Skip to content

rust-on-slack/slack-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 99.1%
  • Shell 0.9%