Crates.io | vcdiff-merger |
lib.rs | vcdiff-merger |
version | 1.0.0 |
source | src |
created_at | 2024-04-15 00:18:53.551163 |
updated_at | 2024-04-15 00:18:53.551163 |
description | A pure Rust library for merging VCDIFF files. |
homepage | |
repository | https://github.com/ThinkingJoules/vcdiff-utils |
max_upload_size | |
id | 1208685 |
size | 54,958 |
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.
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.