my fork of dmp
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |