Expand description
Source-preserving dotenv backend.
Structs§
Functions§
- load
- Parse dotenv without shell execution, environment lookup, or variable expansion.
- save
- dotenv is intentionally read-only because the generic IR loses source formatting.
- set_
scalar_ preserving - Replace one existing assignment while preserving every other source byte.
- unset_
preserving - Remove one existing assignment while preserving every other source byte.