Crate vcdiff_reader

Source

Structs§

VCDReader
A reader for VCDIFF patches.

Enums§

VCDiffReadMsg
Represents the main messages that can be emitted by the Reader while processing a VCDIFF patch.

Functions§

read_header
Reads the fixed part of the VCDIFF patch file header.
read_window_header
Reads the window header from the VCDIFF patch file. To avoid the Seek trait we require the caller to tell us the current position of the reader. This way the caller can know that the reader can only read exactly the window header.