Try wu-diff, but similar result

pull/25/head
Wilfred Hughes 2019-11-19 15:05:46 +07:00
parent bfd9147e42
commit d58e298949
1 changed files with 6 additions and 0 deletions

@ -106,3 +106,9 @@ implements a tree diff, using [an A* algorithm](https://thume.ca/2017/06/17/tree
[prettydiff](https://github.com/romankoblov/prettydiff) does really
well out of the box with the sample files here. It implements LCS on words.
### wu-diff
[wu-diff](https://crates.io/crates/wu-diff) doesn't have much
documentation, but it gives the same results as other LCS
implementations in Rust.