Expand description
Provides configuration to the system and the application.
Macrosยง
- ipv4_
addr_ from_ env - Reads an IPv4 address at compile time from the given environment variable, produces an
Ipv4Addr. - ipv4_
addr_ from_ env_ or - Reads an IPv4 address at compile time from the given environment variable, produces an
Ipv4Addr. - ipv6_
addr_ from_ env - Reads an IPv6 address at compile time from the given environment variable, produces an
Ipv6Addr. - ipv6_
addr_ from_ env_ or - Reads an IPv6 address at compile time from the given environment variable, produces an
Ipv6Addr. - str_
from_ env - Reads a value at compile time from the given environment variable.
- str_
from_ env_ or - Reads a value at compile time from the given environment variable, with a default.