my fork of dmp
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 02d1ed1..a41d6a3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,5 +2,5 @@ pub mod dmp;
pub mod errors;
pub mod traits;
-pub use dmp::{DiffMatchPatch, PatchInput};
+pub use dmp::{DiffMatchPatch, PatchInput, Ops, Patch, Patches};
pub use errors::Error; \ No newline at end of file