Crate git_url[][src]

A library implementing a URL for use in git with access to its special capabilities.

Modules

expand_path

Functions for expanding repository paths.

parse

Structs

Url

A URL with support for specialized git related capabilities.

Enums

Scheme

A scheme for use in a Url

Functions

expand_path

Expand path for the given user, which can be obtained by parse(), resolving the home directories of user automatically.

parse

Parse the given bytes as git url.