Simple Rust library to interact with healthchecks.io
  • Rust 89.5%
  • Nix 10.5%
Find a file
GitHub Actions d2f828f9e4
Some checks failed
Check Rust code / check (push) Has been cancelled
flake.lock: Update
Flake lock file updates:

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/d15c149a7d336aec8c187b640a262c5385cb68cb?narHash=sha256-tit8dEqdlNzGGDyV%2BveL47RKeG4Utp27nixn1U8tycg%3D' (2026-03-27)
  → 'github:rustsec/advisory-db/35667d8b55c23162d1297f44b62dae04a6396a59?narHash=sha256-ueyQhYu5Q5/XO31WuFDIkBWRkP3LLkJRUHMqbI2MAUs%3D' (2026-04-02)
• Updated input 'crane':
    'github:ipetkov/crane/3d9df76e29656c679c744968b17fbaf28f0e923d?narHash=sha256-hy0XTQND6avzGEUFrJtYBBpFa/POiiaGBr2vpU6Y9tY%3D' (2026-03-24)
  → 'github:ipetkov/crane/6c23998526351a53ce734f0ac84940da988ccef1?narHash=sha256-gCgX%2BAXN7K1gAIEqcLcZHxmC%2BQoZcwn9m6Z9r2Az%2BN8%3D' (2026-04-03)
• Updated input 'fenix':
    'github:nix-community/fenix/6ccc56115c2c6901e40c1cd7a64c84ddbe09060a?narHash=sha256-kc8QmtrXY6VyBS6Uayt1M9hzPXR7TfKng8r5WRH8Iw4%3D' (2026-03-29)
  → 'github:nix-community/fenix/2517c7fb1eafc7259bb631267f1e1f813cf5f3bc?narHash=sha256-hYntDpbh8MuiYRmBf/6uHMpDOP2m7L7bXQXboWPg6WM%3D' (2026-04-04)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/443ddcddd0c73b07b799d052f5ef3b448c2f3508?narHash=sha256-E8iWEPzg7OnE0XXXjo75CX7xFauqzJuGZ5wSO9KS8Ek%3D' (2026-03-27)
  → 'github:rust-lang/rust-analyzer/f4b77dc99d9925667246e2887783b79bdc46a50d?narHash=sha256-%2B6eTD6EAabjow5gdjWRP6aI2UUwOZJEjzzsvvbVu8f8%3D' (2026-04-03)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/cc116659eaad1af80ab29da652580518c492eb01?narHash=sha256-Kh0BH%2BRrUFVzAN2BbribJoWa0xdgyWAIJoj/YNUCMso%3D' (2026-03-29)
  → 'github:msfjarvis/nixpkgs/4679cf3b94a52e0f76b471554d5575c7e113114b?narHash=sha256-uHc0athWNA4R7mhytxtr1acUemXR/cifMaULqHAfO9k%3D' (2026-04-04)
2026-04-05 01:02:20 +00:00
.github chore(deps): update actions/checkout action to v6 (#72) 2025-11-23 12:30:46 +00:00
.vscode feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
hcctl chore(release): bump hcctl to version 2.2.0 2025-11-20 13:52:06 +05:30
healthchecks fix: raise healthchecks MSRV 2026-04-02 19:13:18 +05:30
monitor fix(deps): update rust crate subprocess to v1 2026-02-13 02:14:08 +00:00
.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 2026-04-04 01:53:57 +00:00
Cargo.toml chore(release): bump healthchecks to version 3.3.0 2025-11-20 13:52:06 +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 2026-04-05 01:02:20 +00:00
flake.nix fix: raise healthchecks MSRV 2026-04-02 19:13:18 +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(rust): upgrade to Rust 1.93.0 2026-01-22 21:23:25 +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.