Expand description
A .env loader that takes the value verbatim: everything after the first =, with no
expansion, no escape processing and no inline-comment stripping.
A line that cannot be a key/value pair is skipped by number, never the rest of the file, and a
variable already present in the process environment wins. Rationale and evidence: README.
Structs§
- Entry
- One parsed key/value pair, borrowed from the parsed content.
- Parsed
- The result of a parse: the entries in file order plus the line numbers that were skipped.