Module git_object::decode
source · [−]Expand description
Structs
A type to indicate errors during parsing and to abstract away details related to nom
.
Enums
Returned by loose_header()
Functions
Decode a loose object header, being <kind> <size>\0
, returns
(kind
, size
, consumed bytes
).
Type Definitions
The type to be used for parse errors.
The owned type to be used for parse errors.