diffr-cli 0.1.1

Structural diffs with a streaming API and interactive terminal frontend.
1
2
3
4
5
6
7
pub(crate) mod changes;
mod graph;
pub(crate) mod lcs_diff;
pub(crate) mod shortest_path;
pub(crate) mod sliders;
mod stack;
pub(crate) mod unchanged;