Structs§
- ADD
- Decoded ADD instruction
- COPY
- Decoded COPY instruction
- Cache
- Currently this is only a static implementation of the cache. We cannot handle different S_NEAR or S_SAME parameters.
- Code
Table Data - Encapsulates the code table data found in the VCDIFF patch header.
- Code
Table Entry - Delta
Indicator - Header
- RUN
- Inlined of Decoded RUN instruction
- Window
Summary - Represents a summary of a window in a VCDIFF patch, including the positions of different sections within the window.
Enums§
- Copy
Type - Inst
- Basic instruction
- Inst
Type - Table
Inst - WinIndicator
Constants§
Traits§
Functions§
- decode_
integer - encode_
integer - Encodes a u64 value into a variable-length base 128 integer per RFC 3284. The value is written to the provided sink.
- generate_
default_ code_ table - integer_
encoded_ size - The length of the give value when encoded as a base 128 integer per RFC 3284.
- sum_
len_ in_ o - Length in the output stream that the list of instructions will produce.