Crate connchk[][src]

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

HttpOptions

Provides a deserialize target for optional parameters in custom HTTP(s) checks.

NetworkResources

Provides a deserialize target for TOML configuration files defining multiple Resource entities

Resource

A generic resource combining all possible fields into a common type

Enums

ResType

Classifies the resource type for the top-level Resource struct

Functions

arg_handler

Provides argument handling using Clap