parse_modstring

Function parse_modstring 

Source
pub fn parse_modstring(
    input: impl AsRef<str>,
) -> Result<(String, String, String), ThermiteError>
Expand description

Returns the parts of a author-name-X.Y.Z string in (author, name, version) order

ยงErrors

Returns a ThermiteError::Name if the input string is not in the correct format