baz-difftastic 0.53.0

A structural diff that understands syntax. Based on difftastic, the OSS
Documentation
1
2
3
4
5
6
7
pub mod changes;
pub mod dijkstra;
mod graph;
pub mod myers_diff;
pub mod sliders;
mod stack;
pub mod unchanged;