8 releases (4 breaking)

0.5.1 Mar 10, 2023
0.5.0 Feb 27, 2023
0.4.1 Feb 1, 2021
0.4.0 Mar 24, 2020
0.1.0 Nov 29, 2018

#567 in Algorithms

Download history 1056/week @ 2024-09-20 1403/week @ 2024-09-27 1536/week @ 2024-10-04 1820/week @ 2024-10-11 1511/week @ 2024-10-18 1591/week @ 2024-10-25 1768/week @ 2024-11-01 1618/week @ 2024-11-08 1299/week @ 2024-11-15 1275/week @ 2024-11-22 1606/week @ 2024-11-29 2052/week @ 2024-12-06 2579/week @ 2024-12-13 1047/week @ 2024-12-20 733/week @ 2024-12-27 695/week @ 2025-01-03

5,613 downloads per month
Used in 14 crates (7 directly)

MIT/Apache

25KB
645 lines

A generic diff library in Rust

This is an LCS-based diff library that works on slices of types implementing PartialEq.


lib.rs:

Various diff (longest common subsequence) algorithms, used in practice:

No runtime deps