Expand description
A library implementing a URL for use in git with access to its special capabilities.
Feature Flags
serde— Data structures implementserde::Serializeandserde::Deserialize.
Modules
- Functions for expanding repository paths.
Structs
- A URL with support for specialized git related capabilities.
Enums
- A scheme or protocol for use in a
Url.
Functions
- Expand
pathfor the givenuser, which can be obtained byparse(), resolving the home directories ofuserautomatically. - Parse the given
bytesas git url.