Crates.io | patch |
lib.rs | patch |
version | 0.7.0 |
source | src |
created_at | 2016-10-19 05:11:39.890474 |
updated_at | 2022-12-28 02:14:56.331941 |
description | Parse patches in the unified diff format |
homepage | |
repository | https://github.com/uniphil/patch-rs |
max_upload_size | |
id | 6902 |
size | 65,688 |
Rust crate for parsing and producing patch files in the Unified Format.
The parser attempts to be forgiving enough to be compatible with diffs produced by programs like git. It accomplishes this by ignoring the additional code context and information provided in the diff by those programs.
See the Documentation for more information and for examples.