rocketchat-hooks 0.2.0

Post to rocketchat hooks
Documentation

rocketchat-hooks Build Status Crates.io

[dependencies]
rocketchat-hooks = "*"

Usage

extern crate rocketchat_hooks;

fn main() {
    rocketchat_hooks::post("https://example.com/hooks/secret", "username", ":banana:", "ohai").unwrap();
}

License

MIT