Better split functionality between toplevel and algorithms
This commit is contained in:
parent
4770479fd7
commit
de8d82ab63
9 changed files with 59 additions and 48 deletions
|
|
@ -10,8 +10,7 @@ use std::collections::HashMap;
|
|||
use std::hash::Hash;
|
||||
use std::ops::{Index, Range};
|
||||
|
||||
use crate::algorithms::{myers, Replace};
|
||||
use crate::DiffHook;
|
||||
use crate::algorithms::{myers, DiffHook, Replace};
|
||||
|
||||
/// Patience diff algorithm.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue