Expand description
This crate provides utilities around least common subsequences. From a least common
subsequences table, you can also calculate diffs (see LcsTable::diff
).
Usage of this crate is centered around LcsTable
, so most interesting documentation can be
found there.