vcdiff-reader 1.0.0

A library for reading VCDIFF files
Documentation
  • Coverage
  • 55.56%
    10 out of 18 items documented0 out of 10 items with examples
  • Size
  • Source code size: 29.49 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 902.28 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • ThinkingJoules/vcdiff-utils
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ThinkingJoules

vcdiff-reader

Overview

The vcdiff-reader library is used to help read a raw VCDIFF patch format into Rust structs.

Features

  • Performs robust validation to ensure correct VCDIFF format adherence.
  • Detects implicit sequences and makes them explicit
  • Works through a patch file in a window and instruction oriented step-wise procedure.