Add NoFinishHook and new Myer's implementation (#11)
This commit is contained in:
parent
a1d78c9be6
commit
0341515380
11 changed files with 407 additions and 150 deletions
|
|
@ -41,7 +41,7 @@ use std::hash::Hash;
|
|||
use std::ops::{Index, Range};
|
||||
|
||||
pub use capture::Capture;
|
||||
pub use hook::DiffHook;
|
||||
pub use hook::{DiffHook, NoFinishHook};
|
||||
pub use replace::Replace;
|
||||
|
||||
#[doc(no_inline)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue