Skip to main content

parse_owner_repo

Function parse_owner_repo 

Source
pub fn parse_owner_repo(url: &str) -> Result<(String, String), ReleaseError>
Expand description

Extract owner/repo from a git remote URL (convenience wrapper).