healthchecks 3.0.0

Simple library to notify healthchecks.io from inside applications
Documentation
1
2
3
pub(crate) const fn default_user_agent() -> &'static str {
    concat!("healthchecks-rs/", env!("CARGO_PKG_VERSION"))
}