A generic diff library in Rust
This is an LCS-based diff library that works on slices of types implementing
PartialEq
.