Skip to main content

parse_lockfile

Function parse_lockfile 

Source
pub fn parse_lockfile(content: &str) -> BTreeMap<String, String>
Expand description

Parses a Cargo.lock string and returns a map of package name to version.