Simple Rust library to interact with healthchecks.io
Go to file
Harsh Shandilya 9929706d94
(cargo-release) version 3.0.1
2022-06-13 13:13:24 +05:30
.github/workflows healthchecks: bump MSRV 2022-05-31 08:06:49 +05:30
hcctl (cargo-release) version 2.0.3 2022-06-13 13:07:36 +05:30
healthchecks (cargo-release) version 3.1.0 2022-06-13 13:05:31 +05:30
monitor (cargo-release) version 3.0.1 2022-06-13 13:13:24 +05:30
.gitignore hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
Cargo.lock (cargo-release) version 3.0.1 2022-06-13 13:13:24 +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 README 2020-11-23 15:47:19 +05:30
deny.toml fix(deny): remove unmatched skips 2022-06-01 15:25:49 +05:30
renovate.json all: switch from Dependabot to Renovate 2022-02-01 01:15:29 +05:30
shell.nix feat: sync Nix config with dotfiles 2022-05-29 09:57:43 +05:30

README.md

healthchecks-rs

Rust crates for working with healthchecks.io. The repository contains these crates:

  • healthchecks: A library that provides a type-safe way to access to the healthchecks.io pinging and management APIs. Currently covers all methods, please file an issue if a new one is added.
  • healthchecks-monitor: A CLI tool that uses healthchecks to interface with the pinging API.
  • hcctl: Another CLI tool, which utilises a subset of the management API to let users list current checks and get their last 10 pings.

Licensing

Dual licensed under Apache 2.0 or MIT at your option.