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