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 ofnormalize
.- normalize_
bstring Vec[u8]
variant ofnormalize
.