Crate connchk

source ·
Expand description

connchk is command-line network checking tool written in Rust. It aims to provide a cross platform utility that can verify if your host can reach targets defined in a TOML document. Using the library a user can incorporate network checks into independent works.

Structs

Provides a deserialize target for optional parameters in custom HTTP(s) checks.
Provides a deserialize target for TOML configuration files defining multiple Resource entities
A generic resource combining all possible fields into a common type

Enums

Classifies the resource type for the top-level Resource struct

Functions

Provides argument handling using Clap