patch-apply

Crates.iopatch-apply
lib.rspatch-apply
version0.8.3
sourcesrc
created_at2024-11-17 10:03:54.219438
updated_at2024-11-17 11:34:40.06205
descriptionParse and apply patches in the unified diff format
homepage
repositoryhttps://github.com/eugenehp/patch-apply-rs
max_upload_size
id1451079
size132,695
Eugene Hauptmann (eugenehp)

documentation

README

Patch

Checks Crates.io Badge docs.rs Lines of Code

Rust crate for parsing, producing and applying 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: 93

cargo fmt