parse_version

Function parse_version 

Source
pub fn parse_version(input: &str) -> IResult<&str, Version>
Expand description

Parse version [epoch{:partial}] components.

Accepts optional whitespace and missing partial (defaults to 0).