[prettydiff](https://github.com/romankoblov/prettydiff) does really
[prettydiff](https://github.com/romankoblov/prettydiff) does really
well out of the box with the sample files here. It implements LCS on words.
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.
### delta
### delta
[delta](https://github.com/dandavison/delta) performs line based diffs, then uses levenshtein distance to highlight parts within the line. It also offers syntax highlighting.
[delta](https://github.com/dandavison/delta) performs line based diffs, then uses levenshtein distance to highlight parts within the line. It also offers syntax highlighting.