patch

Crates.iopatch
lib.rspatch
version0.7.0
sourcesrc
created_at2016-10-19 05:11:39.890474
updated_at2022-12-28 02:14:56.331941
descriptionParse patches in the unified diff format
homepage
repositoryhttps://github.com/uniphil/patch-rs
max_upload_size
id6902
size65,688
phil (uniphil)

documentation

README

Patch

Checks Crates.io Badge docs.rs Lines of Code

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.

Commit count: 87

cargo fmt