Small readme update
This commit is contained in:
parent
df4be6b493
commit
b952f46432
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# similar
|
# Similar: A Diffing Library for Rust
|
||||||
|
|
||||||
[](https://github.com/mitsuhiko/similar/actions?query=workflow%3ATests)
|
[](https://github.com/mitsuhiko/similar/actions?query=workflow%3ATests)
|
||||||
[](https://crates.io/crates/similar)
|
[](https://crates.io/crates/similar)
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
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 [pijul](https://pijul.org/)
|
||||||
implementation of the Myer's and Patience algorithms and inherits some ideas
|
implementation of the Myer's and Patience algorithms and inherits some ideas
|
||||||
from there.
|
from there. It was built for the [insta snapshot testing library](https://insta.rs).
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use similar::{ChangeTag, TextDiff};
|
use similar::{ChangeTag, TextDiff};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue