difftastic-lib 0.0.1

A structural diff that understands syntax.
Documentation
//! Difftastic is a syntactic diff tool.
//!
//! For usage instructions and advice on contributing, see [the
//! manual](http://difftastic.wilfred.me.uk/).
//!

use difft_lib::mainfn::mainfn;

/// The entrypoint.
fn main() {
    mainfn()
}