Skip to content

Commit 5a500c4

Browse files
authored
Merge pull request #29 from Marwes/detach_undo_log
feat: Allow the UndoLog to be supplied separately
2 parents 05fcaa3 + 7e3b49b commit 5a500c4

File tree

7 files changed

+847
-249
lines changed

7 files changed

+847
-249
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ extern crate log;
2020
extern crate dogged;
2121

2222
pub mod snapshot_vec;
23+
pub mod undo_log;
2324
pub mod unify;

0 commit comments

Comments
 (0)