Module value

Source
Expand description

Structs§

Error
The error returned when any config value couldn’t be instantiated due to malformed input.

Functions§

normalize
Removes quotes, if any, from the provided inputs, and transforms the 3 escape sequences \n, \t and \b into newline and tab respectively, while \b will remove the previous character.
normalize_bstr
&[u8] variant of normalize.
normalize_bstring
Vec[u8] variant of normalize.