Expand description
This lib is used to construct valid SMDIFF format delta files. This is not an encoder. However, if you did write an encoder this would help you write the ops to a file.
Functionsยง
- make_
sections - This takes a large list of ops and divides them into sections that are no larger than
max_section_size
- write_
ops - Used to write just the ops for the section.
- write_
section_ header - Used to write the header to the section.