Skip to main content

read_lockfile

Function read_lockfile 

Source
pub fn read_lockfile(root: &Path) -> Result<Option<Lockfile>>
Expand description

Read drft.lock from the given root directory. Returns Ok(None) if the file doesn’t exist.