Simple Rust library to interact with healthchecks.io
Go to file
Aditya Wasan af643d1673
hcctl/monitor: use clap derive macros (#7)
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-05 00:52:33 +05:30
.github github: cleanup check workflow 2020-10-02 19:29:24 +05:30
hcctl hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
healthchecks healthchecks: address clippy lint 2020-11-03 16:00:11 +05:30
monitor hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
.gitignore hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
Cargo.lock hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
Cargo.toml Add basic admin cli (#3) 2020-10-02 19:39:22 +05:30
LICENSE-APACHE github: add README 2020-06-06 03:55:07 +05:30
LICENSE-MIT github: add README 2020-06-06 03:55:07 +05:30
README.md all: update root and library README 2020-06-09 13:28:24 +05:30
default.nix nix: add config for pure nix shells 2020-07-02 20:42:07 +05:30

README.md

healthchecks-rs

A Rust library for working with healthchecks.io. This repository contains the library as well as a binary project called monitor that uses healthchecks-rs for signalling about execution of arbitrary tasks provided to it.

Licensing

Dual licensed under Apache 2.0 or MIT at your option.