vcdiff-decoder

Crates.iovcdiff-decoder
lib.rsvcdiff-decoder
version1.0.0
sourcesrc
created_at2024-04-15 00:14:09.946715
updated_at2024-04-15 00:14:09.946715
descriptionA pure Rust implementation for a VCDIFF decoder.
homepage
repositoryhttps://github.com/ThinkingJoules/vcdiff-utils
max_upload_size
id1208683
size29,932
Julian Stahl (ThinkingJoules)

documentation

README

vcdiff-decoder

Description

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.

Commit count: 24

cargo fmt