diffs 0.5.0

A number of diff algorithms, also called longest common subsequence.
Documentation

A generic diff library in Rust

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