Expand description
A library implementing a URL for use in git with access to its special capabilities.
§Feature Flags
serde1
— Data structures implementserde::Serialize
andserde::Deserialize
.
Modules§
- expand_
path - Functions for expanding repository paths.
- parse
Structs§
- Url
- A URL with support for specialized git related capabilities.
Enums§
Functions§
- expand_
path - Expand
path
for the givenuser
, which can be obtained byparse()
, resolving the home directories ofuser
automatically. - parse
- Parse the given
bytes
as git url.