Module repvar::key_value

source ·

Structs§

  • Owned version of Pair, used when importing this crate as a library, e.g. for parsing cli args into pairs with clap.

Functions§

  • Parses a file containing lines of the form KEY=VALUE. Empty lines and those starting with either “#” or “//” are ignored. Values may be quoted: KEY="VALUE" or KEY='VALUE'. Multi-line values are possible too; they require quotes: KEY="A value made up of multiple lines"