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
Interface used by smart transports.
An instance of a stream over which a smart transport will communicate with a
remote.
Functions
Add a custom transport definition, to be used in addition to the built-in
set of transports that come with libgit2.