dotenvpp-parser 0.0.3

Core .env parser for DotenvPP — no_std compatible
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# dotenvpp-parser

Core `.env` parser used by DotenvPP.

It focuses on syntax parsing only:

- `KEY=VALUE` parsing
- Comments, blank lines, and `export`
- Single-quoted, double-quoted, and unquoted values
- Multiline quoted values
- `no_std` support (`std` is enabled by default; disable it with `default-features = false`)

If you want interpolation, layered loading, or process environment helpers, use the top-level [`dotenvpp`](../../README.md) crate instead.