baz-difftastic 0.53.3

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