//! 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.
/// A convenience export allowing users of git-protocol to use the transport layer without their own cargo dependency.
pub use git_transport;
pub use RemoteProgress;
///
///
pub use fetch;