Simple Rust library to interact with healthchecks.io
Find a file
GitHub Actions 5ed5036b3b
Some checks are pending
Check Rust code / check (push) Waiting to run
flake.lock: Update
Flake lock file updates:

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/fb0d06e8e2cc04c9aa359e51ffa0a09e3bf58822?narHash=sha256-cDl1Qf/bTILEwq6DzMaTsrv6gWYZ47TO4sy7%2BNOA8Ok%3D' (2025-09-22)
  → 'github:rustsec/advisory-db/ce9208c0021cd8a6b66ff4b345171e8eedd0441c?narHash=sha256-czXIV7Yxo4MlBnItk0h6nomIcgUbq0qmOa8a7/fzKjI%3D' (2025-10-03)
• Updated input 'crane':
    'github:ipetkov/crane/95d528a5f54eaba0d12102249ce42f4d01f4e364?narHash=sha256-NU5WaEdfwF6i8faJ2Yh%2BjcK9vVFrofLcwlD/mP65JrI%3D' (2025-09-25)
  → 'github:ipetkov/crane/c5b48a59ccd5179ea626f47b05d2828c37fb31b7?narHash=sha256-uU6Dq5OUgI9pEiMDwZZhvsoxYD%2B36xKIkYyFXDr//6A%3D' (2025-10-03)
• Updated input 'fenix':
    'github:nix-community/fenix/73494b26b031328fd959e7a3da0f9fdc8957d86c?narHash=sha256-YYIsyGsTiQ2aKoEmYaqRqe44yE3TjpzirR35Cqj50LU%3D' (2025-09-27)
  → 'github:nix-community/fenix/6ffcbf59c119b0c6384c7d98f18cea06a9af7e9c?narHash=sha256-J/rtMKVUAEqOFj0ogvcHKK8HbaKhw%2BtiNrDOpEM%2BZDY%3D' (2025-10-04)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/f5e049d09dc17d0b61de2ec179b3607cf1e431b2?narHash=sha256-wxOmbk6MH6qgvShZUrD7pJnM7m2lFaoBeVJjVoNeVT8%3D' (2025-09-26)
  → 'github:rust-lang/rust-analyzer/472037b789cf593172d6adf3b8d9f7a429f6cd9b?narHash=sha256-7StxDed3v2fAWLkl%2BHse9FlpjT7Dk7Cn/4vxTFyEhIg%3D' (2025-10-01)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/62bff86ad77ecfc40cb33c001c81060f6f4e06dc?narHash=sha256-bpZ0T0H8nfokb5LXtjkFqgg/sYzNW1cbAqr1IDtc9%2BA%3D' (2025-09-28)
  → 'github:msfjarvis/nixpkgs/8fc31f4ee3e01ac8c3a9d055bc6e18ef5466f1d6?narHash=sha256-L4WsSMA3bQSowHOrxPNwrm0eCb08DfmezrwwE/S7R4M%3D' (2025-10-05)
2025-10-05 00:46:44 +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 chore(release): bump healthchecks to version 3.2.0 2025-08-25 23:14:56 +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-09-25 01:57:12 +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-10-05 00:46:44 +00:00
flake.nix fix(nix): unpin fenix 2025-09-14 22:12:05 +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.