Update readme to reflect reality more

This commit is contained in:
Armin Ronacher 2021-02-15 13:42:37 +01:00
parent 6fac8af4d0
commit d95660a260

View file

@ -6,9 +6,11 @@
[![Documentation](https://docs.rs/similar/badge.svg)](https://docs.rs/similar) [![Documentation](https://docs.rs/similar/badge.svg)](https://docs.rs/similar)
Similar is a dependency free crate for Rust that implements different diffing 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/) algorithms and high level interfaces for it. It is based on the
implementation of the Myer's and Patience algorithms and inherits some ideas [pijul](https://pijul.org/) implementation of the Patience algorithm and
from there. It was built for the [insta snapshot testing library](https://insta.rs). 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 ```rust
use similar::{ChangeTag, TextDiff}; use similar::{ChangeTag, TextDiff};