Update readme to reflect reality more
This commit is contained in:
parent
6fac8af4d0
commit
d95660a260
1 changed files with 5 additions and 3 deletions
|
|
@ -6,9 +6,11 @@
|
|||
[](https://docs.rs/similar)
|
||||
|
||||
Similar is a dependency free crate for Rust that implements different diffing
|
||||
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 was built for the [insta snapshot testing library](https://insta.rs).
|
||||
algorithms and high level interfaces for it. It is based on the
|
||||
[pijul](https://pijul.org/) implementation of the Patience algorithm and
|
||||
inherits some ideas from there. It also incorporates the Myer's diff
|
||||
algorithm which was largely written by Brandon Williams. This library was
|
||||
built for the [insta snapshot testing library](https://insta.rs).
|
||||
|
||||
```rust
|
||||
use similar::{ChangeTag, TextDiff};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue