Module partial

Source
Expand description

Links server configuration as seen by the user

Structs§

Partial
Links redirector configuration as seen from the user’s perspective.

Enums§

IntoPartialError
The error returned by fallible conversions into a Partial
PartialHsts
HSTS enabling options as seen from the user’s perspective.

Functions§

deserialize_arg 🔒
JSON-deserialize the provided command-line argument, returning Some(...) if it is present, has a value, and was successfully parsed, and None otherwise
deserialize_env_var 🔒
JSON-deserialize the provided environment variable, returning Some(...) if it is present, has a value, and was successfully parsed, and None otherwise
parse_env_var 🔒
Parse the provided environment variable, returning Some(...) if it is present, has a value, and was successfully parsed, and None otherwise