vcdiff-reader

Crates.iovcdiff-reader
lib.rsvcdiff-reader
version1.0.0
sourcesrc
created_at2024-04-15 00:13:05.505011
updated_at2024-04-15 00:13:05.505011
descriptionA library for reading VCDIFF files
homepage
repositoryhttps://github.com/ThinkingJoules/vcdiff-utils
max_upload_size
id1208681
size29,611
Julian Stahl (ThinkingJoules)

documentation

README

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.
Commit count: 24

cargo fmt