update
This commit is contained in:
parent
332ca5582b
commit
773ccde361
1 changed files with 2 additions and 1 deletions
|
|
@ -44,13 +44,14 @@ fn main() {
|
||||||
* Patience diff
|
* Patience diff
|
||||||
* Hunt–McIlroy / Hunt–Szymanski LCS diff
|
* Hunt–McIlroy / Hunt–Szymanski LCS diff
|
||||||
* Diffing on arbitrary comparable sequences
|
* Diffing on arbitrary comparable sequences
|
||||||
|
* **Floating point comparison with epsilon tolerance**
|
||||||
* Line, word, character and grapheme level diffing
|
* Line, word, character and grapheme level diffing
|
||||||
* Text and Byte diffing
|
* Text and Byte diffing
|
||||||
* Unified diff generation
|
* Unified diff generation
|
||||||
|
|
||||||
## Related Projects
|
## Related Projects
|
||||||
|
|
||||||
* [similar](https://github.com/mitsuhiko/similar)
|
* [similar](https://github.com/mitsuhiko/similar) the original library
|
||||||
* [insta](https://insta.rs) snapshot testing library
|
* [insta](https://insta.rs) snapshot testing library
|
||||||
* [similar-asserts](https://github.com/mitsuhiko/similar-asserts) assertion library
|
* [similar-asserts](https://github.com/mitsuhiko/similar-asserts) assertion library
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue