1 2 3 4 5 6
pub mod dmp; pub mod errors; pub mod traits; pub use dmp::{DiffMatchPatch, PatchInput, Ops, Patch, Patches}; pub use errors::Error;