Expand description
Links server configuration as seen by the user
Structs§
- Partial
- Links redirector configuration as seen from the user’s perspective.
Enums§
- Into
Partial Error - The error returned by fallible conversions into a
Partial - Partial
Hsts - 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, andNoneotherwise - deserialize_
env_ 🔒var - JSON-deserialize the provided environment variable, returning
Some(...)if it is present, has a value, and was successfully parsed, andNoneotherwise - parse_
env_ 🔒var - Parse the provided environment variable, returning
Some(...)if it is present, has a value, and was successfully parsed, andNoneotherwise