Simple Rust library to interact with healthchecks.io
Find a file
renovate[bot] 191b1b5fde
Some checks are pending
Check Rust code / check (push) Waiting to run
chore(deps): lock file maintenance
2025-11-05 03:54:13 +00:00
.github chore(config): migrate config .github/renovate.json (#68) 2025-09-01 12:46:50 +05:30
.vscode feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
hcctl hcctl: restrict comfy-table to 7.1.1 2025-09-01 12:57:58 +05:30
healthchecks healthchecks: raise MSRV to 1.83.0 2025-10-30 13:14:34 +05:30
monitor chore(release): bump healthchecks-monitor to version 3.1.0 2025-08-25 23:14:56 +05:30
.git-blame-ignore-revs chore: add reformat to git-blame-ignore-revs 2024-12-16 18:35:30 +05:30
.gitignore hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
Cargo.lock chore(deps): lock file maintenance 2025-11-05 03:54:13 +00:00
Cargo.toml chore(release): bump healthchecks to version 3.2.0 2025-08-25 23:14:56 +05:30
default.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:31 +05:30
deny.toml chore: reformat TOML files with Taplo 2023-06-26 00:49:20 +05:30
flake.lock flake.lock: Update 2025-11-02 00:46:52 +00:00
flake.nix healthchecks: raise MSRV to 1.83.0 2025-10-30 13:14:34 +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 Revert "feat(ci): disable GHA workflow" 2024-09-12 10:19:27 +05:30
release.toml fix(release): adjust cargo-release config 2023-01-26 11:20:55 +00:00
rust-toolchain.toml fix(build): upgrade to Rust 1.89.0 2025-09-14 22:06:22 +05:30
shell.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:31 +05:30

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.