dotenvpp-parser
Core .env parser used by DotenvPP.
It focuses on syntax parsing only:
KEY=VALUEparsing- Comments, blank lines, and
export - Single-quoted, double-quoted, and unquoted values
- Multiline quoted values
no_stdsupport (stdis enabled by default; disable it withdefault-features = false)
If you want interpolation, layered loading, or process environment helpers, use the top-level dotenvpp crate instead.