#merging #algorithm #patch #combinediff #hunk

bin+lib combinediff-rs

Rust combinediff implementation

2 releases

0.1.1 Feb 10, 2019
0.1.0 Feb 10, 2019

#15 in #merging

24 downloads per month

MIT license

6KB
115 lines

combinediff-rs

Rust combinediff implementation.

This is a limited unfinished combinediff implementation, which works only for cases where two patches do not overlap. The hunk merging algorithm, which is the last piece of the puzzle, is still under development.


lib.rs:

The Combinediff library.

Dependencies

~5–15MB
~169K SLoC