Module gitoxide_core::pack::receive

source ·
Available on crate features async-client or blocking-client only.

Re-exports

pub use gix::odb::pack;
pub use gix::protocol;
pub use gix::protocol::transport;

Structs

The arguments passed to a server command.
A wrapper for Vec<u8> that provides convenient string oriented trait impls.
A structure to represent multiple capabilities or features supported by the server.
A representation of a complete fetch response

Enums

Defines what to do next after certain [Delegate] operations.
An owned hash identifying objects, most commonly Sha1
A git reference, commonly referred to as ‘ref’, as returned by a git server before sending a pack.

Constants

Traits

A trait that extends &[u8] with string oriented methods.
A trait for describing hierarchical process.

Functions

receiveblocking-client