Skip to main content

load

Function load 

Source
pub fn load(path: &Path) -> Loaded
Expand description

Read the file, set every variable it declares that the process does not have yet, and report what became of every entry, so a caller can say which line of the file is not in force and why. A missing or unreadable file is not an error: the deployed environment provides real vars. A key repeated inside the file keeps its first value; the later line is reported as repeated.