Expand description
Structs§
- Error
verbose-object-parsing-errors
- A type to indicate errors during parsing and to abstract away details related to
nom
.
Enums§
- Loose
Header Decode Error - Returned by
loose_header()
Functions§
- loose_
header - Decode a loose object header, being
<kind> <size>\0
, returns (kind
,size
,consumed bytes
).
Type Aliases§
- Parse
Error verbose-object-parsing-errors
- The type to be used for parse errors.