Crates.io | vcdiff-decoder |
lib.rs | vcdiff-decoder |
version | 1.0.0 |
source | src |
created_at | 2024-04-15 00:14:09.946715 |
updated_at | 2024-04-15 00:14:09.946715 |
description | A pure Rust implementation for a VCDIFF decoder. |
homepage | |
repository | https://github.com/ThinkingJoules/vcdiff-utils |
max_upload_size | |
id | 1208683 |
size | 29,932 |
vcdiff-decoder is a library that provides a VCDIFF decoder implementation. VCDIFF (Delta Compression Format) is a format for encoding and decoding differences between files.
This library allows you to decode VCDIFF files and apply the differences to generate the original file.
This is pretty performant, but I didn't try for anything crazy. Mostly concerned with following the spec with clear and understandable code.