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