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