Skip to main content

parse_source_string

Function parse_source_string 

Source
pub fn parse_source_string(source_str: &str) -> Result<PackageRequest>
Expand description

Parses a source string into a PackageRequest.

ยงErrors

Returns an error if the source string format is invalid.