hellcheck 0.1.2

HTTP health checker
Documentation
1
2
3
4
5
6
7
fn main() {
    // Necessary to make OpenSSL work in a static build.
    // See: https://github.com/emk/rust-musl-builder#making-openssl-work
    openssl_probe::init_ssl_cert_env_vars();

    hellcheck::cli::run();
}