#delta-encoding #delta-compression #patch

smdiff-writer

A library for constructing valid SMDIFF files (not an encoder)

1 unstable release

0.5.0 Jun 7, 2024

#681 in Compression


Used in 3 crates

MIT license

33KB
684 lines

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.

Dependencies