hackchat 0.1.3

Hack.chat client library in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "hackchat"
version = "0.1.3"
authors = ["Gökberk Yaltıraklı <webdosusb@gmail.com>"]
description = "Hack.chat client library in Rust."
license = "MIT"
keywords = ["hack", "chat", "hackchat", "api", "bot"]
repository = "https://github.com/gkbrk/rust-hackchat"
documentation = "https://gkbrk.github.io/rust-hackchat/hackchat/index.html"


[dependencies]
websocket = "0.17"
rustc-serialize = "0.3"