Hi,
I wrote my first rust program and would love some feedback from any of you.
diffr helps you read diff more easily by performing word-level diff and output these on top of the traditional line-oriented diff output.
The repository includes an implementation of Myers diff (the algorithm used by most diff tools).
I hope it can be a useful tool ![]()
Best,
Nathan