[][src]Module rnix::value

The types: Such as strings or integers

Enums

Anchor

An anchor point for a path, such as if it's relative or absolute

StrPart
Value

A value, such as a string or integer

ValueError

An error that occured when parsing a value from a string

Functions

remove_common_indent

Remove common indention in string

remove_indent

Remove a specified max value of indention from each line in a string after a specified starting point

remove_trailing

Remove any trailing whitespace from a string

unescape

Interpret escape sequences in the nix string and return the converted value