semver_parse

Function semver_parse 

Source
pub fn semver_parse(str: &str) -> Result<Version>
Expand description

Parse a provide slice and get a semver version in the form of .. If the input has only ., we expand to ..0