Crate waitforit

Source

Enums§

Wait
Waits for some condition to be met.
Waits
Handles waiting for one or more Waits.

Functions§

parse_duration
Parses a simple human-readable duration, returning a Duration
parse_http_get
Parses an input argument for an HTTP GET into the expected status code and URL to hit.
validate_tcp
Checks that the input appears to be a valid hostname:port input, where port is a u16.