Simple Rust library to interact with healthchecks.io
Go to file
Harsh Shandilya c3e52c4abb
chore(release): bump {{crate_name}} to version {{version}}
2022-10-26 23:59:21 +05:30
.github feat: use workspace dependencies and raise MSRV 2022-09-22 21:12:01 +05:30
hcctl chore(release): bump {{crate_name}} to version {{version}} 2022-10-26 23:59:21 +05:30
healthchecks chore(release): bump {{crate_name}} to version {{version}} 2022-10-26 23:58:30 +05:30
monitor chore(release): bump {{crate_name}} to version {{version}} 2022-10-26 23:59:21 +05:30
.gitignore hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
Cargo.lock chore(release): bump {{crate_name}} to version {{version}} 2022-10-26 23:59:21 +05:30
Cargo.toml chore(deps): bump dependencies 2022-10-26 23:53:48 +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(deps): allow Unicode-DFS-2016 license for unicode-ident 2022-08-31 11:51:17 +05:30
release.toml fix(release): upgrade to latest `cargo-release` 2022-10-26 23:48:37 +05:30
rust-toolchain.toml rust: add rust-toolchain file 2022-07-05 02:29:28 +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.