rocketchat-hooks Build Status Crates.io

toml [dependencies] rocketchat-hooks = "*"

Usage

```rust, norun extern crate rocketchathooks;

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

License

MIT