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
|
|
@ -1,6 +1,7 @@
|
|||
//! This crate implements diffing utilities. It attempts to provide an abstraction
|
||||
//! interface over different types of diffing algorithms. It's based on the
|
||||
//! the diff algorithm implementations of [pijul](https://pijul.org/).
|
||||
//! interface over different types of diffing algorithms. The design of the
|
||||
//! library is inspired by pijul's diff library by Pierre-Étienne Meunier and
|
||||
//! also inherits the patience diff algorithm from there.
|
||||
//!
|
||||
//! The API of the crate is split into high and low level functionality. Most
|
||||
//! of what you probably want to use is available top level. Additionally the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue