Module git2::transport

source ·
Expand description

Interfaces for adding custom transports to libgit2

Structs

  • A transport is a structure which knows how to transfer data to and from a remote.

Enums

  • Actions that a smart transport can ask a subtransport to perform

Traits

Functions

  • Add a custom transport definition, to be used in addition to the built-in set of transports that come with libgit2.