mirror of
https://github.com/msfjarvis/healthchecks-rs
synced 2026-04-09 02:52:32 +05:30
Simple Rust library to interact with healthchecks.io
- Rust 89.5%
- Nix 10.5%
|
Some checks failed
Check Rust code / check (push) Has been cancelled
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)
|
||
|---|---|---|
| .github | ||
| .vscode | ||
| hcctl | ||
| healthchecks | ||
| monitor | ||
| .git-blame-ignore-revs | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| default.nix | ||
| deny.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| release.toml | ||
| rust-toolchain.toml | ||
| shell.nix | ||
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.