Fix bug in patience
This commit is contained in:
parent
89729de117
commit
5dca6ae665
3 changed files with 34 additions and 5 deletions
|
|
@ -6,11 +6,12 @@
|
|||
[](https://docs.rs/similar)
|
||||
|
||||
Similar is a dependency free crate for Rust that implements different diffing
|
||||
algorithms and high level interfaces for it.
|
||||
algorithms and high level interfaces for it. It is based on the [pijul](https://pijul.org/)
|
||||
implementation of the Myer's and Patience algorithms and inherits some ideas
|
||||
from there.
|
||||
|
||||
It provides both low level implementations of Myer's and the Patience diff
|
||||
algorithm as well as high level text diffing utilities (such as the ability
|
||||
to generate unified diffs).
|
||||
It's intended to be replacement for the popular but unmaintained
|
||||
[difference] crate.
|
||||
|
||||
```rust
|
||||
use similar::algorithms::Algorithm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue