vcdiff-decoder 1.0.0

A pure Rust implementation for a VCDIFF decoder.
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 29.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 330.72 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ThinkingJoules/vcdiff-utils
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ThinkingJoules

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.