diffs 0.5.1

A number of diff algorithms, also called longest common subsequence.
Documentation
1
2
3
# A generic diff library in Rust

This is an LCS-based diff library that works on slices of types implementing `PartialEq`.