gitpatch

Crates.iogitpatch
lib.rsgitpatch
version0.7.1
created_at2025-04-15 19:00:10.780976+00
updated_at2025-04-15 19:00:10.780976+00
descriptionParse patches in the unified diff format
homepage
repositoryhttps://github.com/gitpatch-rs/gitpatch
max_upload_size
id1635044
size76,067
Vinícius Miguel (vrmiguel)

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: 96

cargo fmt