Crates.io | vcdiff-writer |
lib.rs | vcdiff-writer |
version | 1.0.0 |
source | src |
created_at | 2024-04-15 00:13:42.358773 |
updated_at | 2024-04-15 00:13:42.358773 |
description | A library for creating valid VCDIFF files (not an encoder). |
homepage | |
repository | https://github.com/ThinkingJoules/vcdiff-utils |
max_upload_size | |
id | 1208682 |
size | 38,546 |
The vcdiff-writer
library is used to help write a VCDIFF patch format from Rust structs.
This is not an encoder and will not generate differences.
This might be used if you were writing an encoder in Rust, to help generate a valid RFC 3284 output file.