Available on crate features
async-client
or blocking-client
only.Re-exports§
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
- Json
Bundle Write Outcome - Json
Outcome - Response
- A representation of a complete fetch response
Enums§
- Object
Id - 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§
Traits§
- Byte
Slice - A trait that extends
&[u8]
with string oriented methods. - Nested
Progress - A trait for describing hierarchical progress.
- Progress
- A trait for describing non-hierarchical progress.