Expand description
A library implementing a URL for use in git with access to its special capabilities.
§Feature Flags
serde
— Data structures implementserde::Serialize
andserde::Deserialize
.
Modules§
- Functions for expanding repository paths.
Structs§
- A URL with support for specialized git related capabilities.
Enums§
- Classification of a portion of a URL by whether it is syntactically safe to pass as an argument to a command-line program.
- A scheme or protocol for use in a
Url
.