1 stable release
1.0.0 | Apr 15, 2024 |
---|
#1638 in Encoding
39 downloads per month
Used in 3 crates
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.