vcdiff-merger

Crates.iovcdiff-merger
lib.rsvcdiff-merger
version1.0.0
sourcesrc
created_at2024-04-15 00:18:53.551163
updated_at2024-04-15 00:18:53.551163
descriptionA pure Rust library for merging VCDIFF files.
homepage
repositoryhttps://github.com/ThinkingJoules/vcdiff-utils
max_upload_size
id1208685
size54,958
Julian Stahl (ThinkingJoules)

documentation

README

vcdiff-merger

vcdiff-merger is a library that provides utilities for merging VCDIFF files. VCDIFF (Delta) is a format for encoding differences between two files, commonly used for efficient binary patching.

Features

Used to create a summary patch between 2 or more patches.

This uses a Merger struct that will allow for early termination. Basically, if a merge patch no longer contains any Copy instructions, merging more patches will have no effect.

Commit count: 24

cargo fmt