Restructure crate layout
This commit is contained in:
parent
1f73e01ff1
commit
1991955c52
10 changed files with 323 additions and 283 deletions
|
|
@ -2,8 +2,9 @@
|
|||
use std::borrow::Cow;
|
||||
use std::fmt;
|
||||
|
||||
use crate::algorithms::{capture_diff, get_diff_ratio, Algorithm, DiffOp, DiffTag};
|
||||
use crate::text::{Change, ChangeTag, DiffableStr, TextDiff};
|
||||
use crate::algorithms::{capture_diff, get_diff_ratio};
|
||||
use crate::text::{DiffableStr, TextDiff};
|
||||
use crate::types::{Algorithm, Change, ChangeTag, DiffOp, DiffTag};
|
||||
|
||||
use std::ops::Index;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue