rocketchat-hooks 0.1.0

post to rocketchat hooks
docs.rs failed to build rocketchat-hooks-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rocketchat-hooks-0.2.0

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