pub fn save_workspace(env: &Env, path: &Path) -> Result<(), String>Expand description
Saves scalars and strings from env to path.
Matrices, complex values, and strings with unsafe characters are skipped.
Format: name = value per line, where value is a raw f64, 'str', or "strobj".