Module gitoxide_core::pack::receive
source · Available on crate features
async-client or blocking-client only.Re-exports§
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
Delegateoperations. - 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 non-hierarchical progress.
Functions§
- receive
blocking-client