Simple Rust library to interact with healthchecks.io
Go to file
GitHub Actions 0a7a3f7e4e flake.lock: Update
Flake lock file updates:

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/37abf6e46378cb80ef43902a6bd9dcef2d9dfccc' (2023-06-15)
  → 'github:rustsec/advisory-db/9cf72357c8c52629d22edd8b4b8d7f7cdeea2504' (2023-06-22)
• Updated input 'crane':
    'github:ipetkov/crane/75f7d715f8088f741be9981405f6444e2d49efdd' (2023-06-13)
  → 'github:ipetkov/crane/116b32c30b5ff28e49f4fcbeeb1bbe3544593204' (2023-06-21)
• Updated input 'fenix':
    'github:nix-community/fenix/df0a6e4ec44b4a276acfa5a96d2a83cb2dfdc791' (2023-06-17)
  → 'github:nix-community/fenix/a25163cf5b40656b45d9363d6404564272d8f6e5' (2023-06-24)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/a5a71c75e62a0eaa1b42a376f7cf3d348cb5dec6' (2023-06-16)
  → 'github:rust-lang/rust-analyzer/6ba2590541fb284555596e8b7967b05aaa576c22' (2023-06-23)
• Updated input 'flake-utils':
    'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31)
  → 'github:numtide/flake-utils/abfb11bd1aec8ced1c9bb9adfe68018230f4fb3c' (2023-06-19)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2c09e8eb8717e240ef9c5727c1cc9186db9fb309' (2023-06-17)
  → 'github:NixOS/nixpkgs/3d8a93602bc54ece7a4e689d9aea1a574e2bbc24' (2023-06-23)
2023-06-25 06:03:42 +00:00
.github feat(ci): add GHA workflow for updating flake.lock every weekend 2023-03-14 10:39:32 +00:00
.vscode feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
hcctl chore: declare color-eyre dependency at workspace level 2023-06-24 02:34:36 +05:30
healthchecks fix(deps): update rust crate serde_json to ~1.0.99 2023-06-24 07:50:27 +00:00
monitor chore: declare color-eyre dependency at workspace level 2023-06-24 02:34:36 +05:30
.git-blame-ignore-revs chore(git): add Alejandra reformat to blame ignore revs 2023-02-22 18:29:17 +00:00
.gitignore hcctl/monitor: use clap derive macros (#7) 2020-11-05 00:52:33 +05:30
Cargo.lock fix(deps): update rust crate serde_json to ~1.0.99 2023-06-24 07:50:27 +00:00
Cargo.toml chore(deps): update rust crate clap to 4.3.8 2023-06-24 00:53:08 +00:00
default.nix feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00
deny.toml fix(deps): allow Unicode-DFS-2016 license for unicode-ident 2022-08-31 11:51:17 +05:30
flake.lock flake.lock: Update 2023-06-25 06:03:42 +00:00
flake.nix fix(nix): clear out crane build warnings 2023-06-24 02:44:14 +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 chore(readme): add Built With Garnix badge 2023-02-16 14:13:02 +00:00
release.toml fix(release): adjust cargo-release config 2023-01-26 11:20:55 +00:00
rust-toolchain.toml feat(rust): upgrade to 1.70.0 2023-06-16 11:26:39 +05:30
shell.nix feat(nix): switch to Nix Flakes 2022-12-28 07:59:13 +00:00

healthchecks-rs Built with Garnix

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.