dotenvpp-parser 0.0.3

Core .env parser for DotenvPP — no_std compatible
Documentation
  • Coverage
  • 100%
    18 out of 18 items documented2 out of 2 items with examples
  • Size
  • Source code size: 44.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 444.76 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 36s Average build duration of successful builds.
  • all releases: 42s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Carabryx/DotenvPP
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AriajSarkar

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 crate instead.