Crate smdiff_writer

Source
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.