Module input

Source
Available on crate feature streaming-input only.
Expand description

Structs§

BytesToEntriesIter
An iterator over Entries in a byte stream.
EntriesToBytesIter
An implementation of Iterator to write encoded entries to an inner implementation each time next() is called.
Entry
An item of the iteration produced by BytesToEntriesIter
LookupRefDeltaObjectsIter
An iterator to resolve thin packs on the fly.

Enums§

EntryDataMode
Define what to do with the compressed bytes portion of a pack Entry
Error
Returned by BytesToEntriesIter::new_from_header() and as part of Item of BytesToEntriesIter.
Mode
Iteration Mode