slack 0.23.0

slack realtime messaging client: https://api.slack.com/bot-users
Documentation
1
2
3
4
5
6
7
#!/bin/bash
# update docs, requires ghp-import
cargo doc
REPO_SLUG=slack-rs/slack-rs
echo "<meta http-equiv=refresh content=0;url=slack/index.html>" > target/doc/index.html
ghp-import -n target/doc
git push -fq https://github.com/${REPO_SLUG}.git gh-pages