Skip to main content

Module dotenv

Module dotenv 

Source
Expand description

Source-preserving dotenv backend.

Structs§

DotenvDocument

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_preserving
Replace one existing assignment while preserving every other source byte.
unset_preserving
Remove one existing assignment while preserving every other source byte.