1 2 3 4 5 6 7
mod diff; mod error; mod render; pub use diff::diff; pub use error::{Error, Result}; pub use render::render;