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
|
||||
* Hunt–McIlroy / Hunt–Szymanski LCS diff
|
||||
* Diffing on arbitrary comparable sequences
|
||||
* **Floating point comparison with epsilon tolerance**
|
||||
* Line, word, character and grapheme level diffing
|
||||
* Text and Byte diffing
|
||||
* Unified diff generation
|
||||
|
||||
## Related Projects
|
||||
|
||||
* [similar](https://github.com/mitsuhiko/similar)
|
||||
* [similar](https://github.com/mitsuhiko/similar) the original library
|
||||
* [insta](https://insta.rs) snapshot testing library
|
||||
* [similar-asserts](https://github.com/mitsuhiko/similar-asserts) assertion library
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue