1
2
3
4
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]

pub mod args;
pub mod diffcmp;