pub fn parse_github_repository_url(url: &str) -> Option<GithubRepositoryUrl>Expand description
Parse a plain GitHub repository URL.
URLs for subpages such as /issues, /tree/..., or /blob/... are not
treated as repository snapshots because those pages have their own capture
semantics.