Skip to main content

load_manifest

Function load_manifest 

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

Load the checkpoint manifest, or an empty object if it doesn’t exist yet (mirrors Python’s load_manifest returning {}).