From 773ccde3619c6950efba50e385bc3d5127b3fc6d Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 11 Sep 2025 15:24:09 -0500 Subject: [PATCH] update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df09b35..37c7461 100644 --- a/README.md +++ b/README.md @@ -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