1
2
3
4
5
6
7
mod diff;
mod error;
mod fmt;

pub use diff::Diff;
pub use error::Error;
pub use fmt::{fmt, Fmt, Formatter, Options};