Crate git_protocol[][src]

Expand description

An abstraction over [fetching][fetch()] a pack from the server.

This implementation hides the transport layer, statefulness and the protocol version to the [fetch delegate][fetch::Delegate], the actual client implementation.

Re-exports

pub use git_transport as transport;

Modules

Structs

The information usually found in remote progress messages as sent by a git server during fetch, clone and push operations.