mirror of
https://github.com/msfjarvis/healthchecks-rs
synced 2025-11-05 18:38:00 +05:30
Simple Rust library to interact with healthchecks.io
|
|
||
|---|---|---|
| .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.