Skip to main content

parse_github_url

Function parse_github_url 

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

Parse GitHub URL or owner/repository to extract owner and repository