Better split functionality between toplevel and algorithms

This commit is contained in:
Armin Ronacher 2021-02-03 00:34:17 +01:00
parent 4770479fd7
commit de8d82ab63
9 changed files with 59 additions and 48 deletions

View file

@ -9,7 +9,7 @@
use std::cmp::{max, min};
use std::ops::{Index, Range};
use crate::DiffHook;
use crate::algorithms::DiffHook;
/// Myers' diff algorithm.
///