Skip to main content

Module repository

Module repository 

Source

Structs§

GitUrl
Git protocol URL: git://host/path
HttpsUrl
HTTPS URL: https://host/path
PathAddress
Local file path address: /path/to/repo or file:///path/to/repo
RemoteName
A named git remote (e.g., origin, upstream).
SshAddress
SSH address: git@host:path (SCP-style) or ssh://user@host/path

Enums§

Address
A validated git repository address.
AddressError
Remote
A git remote reference: either a named remote or an address.
RemoteError