| Crates.io | rocketchat-hooks |
| lib.rs | rocketchat-hooks |
| version | 0.2.0 |
| created_at | 2017-06-29 18:16:34.641229+00 |
| updated_at | 2017-11-21 12:33:40.561923+00 |
| description | Post to rocketchat hooks |
| homepage | |
| repository | https://github.com/kpcyrd/rocketchat-hooks |
| max_upload_size | |
| id | 21251 |
| size | 7,122 |
[dependencies]
rocketchat-hooks = "*"
extern crate rocketchat_hooks;
fn main() {
rocketchat_hooks::post("https://example.com/hooks/secret", "username", ":banana:", "ohai").unwrap();
}
MIT