pub fn parse_ssh_url(url: &str) -> Result<SshLocation>Expand description
Parse git@host:owner/repo(.git) (scp-like) or
ssh://[user@]host[:port]/path into an SshLocation. Defaults: user
git, port 22.
pub fn parse_ssh_url(url: &str) -> Result<SshLocation>Parse git@host:owner/repo(.git) (scp-like) or
ssh://[user@]host[:port]/path into an SshLocation. Defaults: user
git, port 22.