Module 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§

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

Enums§

ObjectId
An owned hash identifying objects, most commonly Sha1
Ref
A git reference, commonly referred to as ‘ref’, as returned by a git server before sending a pack.

Constants§

PROGRESS_RANGE

Traits§

ByteSlice
A trait that extends &[u8] with string oriented methods.
NestedProgress
A trait for describing hierarchical progress.
Progress
A trait for describing non-hierarchical progress.

Functions§

receive