1 stable release

1.0.0 Apr 15, 2024

#661 in Encoding

Download history 122/week @ 2024-04-09 33/week @ 2024-04-16 1/week @ 2024-04-23

156 downloads per month
Used in 2 crates

MIT license

67KB
1K SLoC

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.

Dependencies