Moved code around for unified diff handling

This commit is contained in:
Armin Ronacher 2021-01-30 22:42:01 +01:00
parent 503d912262
commit 861c53889d
10 changed files with 49 additions and 50 deletions

View file

@ -18,7 +18,6 @@
//! trait bounds necessary, as well as a generic interface.
//! * [`text`]: This extends the general diffing functionality to text (and more
//! specifically line) based diff operations.
//! * [`udiff`]: Unified diff functionality.
//!
//! ## Features
//!
@ -33,4 +32,3 @@
//! If the crate is used without default features it's removed.
pub mod algorithms;
pub mod text;
pub mod udiff;