☰
Module source
Structs
Functions
?
Module
cargo
::
sources
::
git
::
source
source
·
[
−
]
Structs
GitSource
Functions
ident
🔒
Create an identifier from a URL, essentially turning
proto://host/path/repo
into
repo-<hash-of-url>
.
ident_shallow
🔒
Like
ident()
, but appends
-shallow
to it, turning
proto://host/path/repo
into
repo-<hash-of-url>-shallow
.