Diff algorithms

So, I just implemented different diff algorithms (Myers and Patience), I wonder why no one had done this in Rust before. I still need to replace our current diff with this, which is actually the hard part of this task.

10 Likes

Very exciting news, thank’you @pmeunier