patience-diff-rs 0.1.4

patience diff as a library and a small command line tool
Documentation
1
2
3
4
5
6
7
void func1() {
    x += 1
}

void func2() {
    x += 2
}