Skip to main content

load_workspace

Function load_workspace 

Source
pub fn load_workspace(path: &Path) -> Result<Env, String>
Expand description

Loads variables from path into a new Env. Recognises: name = 3.14 (Scalar), name = 'str' (Str), name = "str" (StringObj). Unrecognised lines are silently skipped.