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

#372 in Algorithms

Download history 613/week @ 2024-01-28 620/week @ 2024-02-04 559/week @ 2024-02-11 655/week @ 2024-02-18 816/week @ 2024-02-25 524/week @ 2024-03-03 717/week @ 2024-03-10 579/week @ 2024-03-17 450/week @ 2024-03-24 601/week @ 2024-03-31 481/week @ 2024-04-07 432/week @ 2024-04-14 508/week @ 2024-04-21 636/week @ 2024-04-28 469/week @ 2024-05-05 774/week @ 2024-05-12

2,422 downloads per month
Used in 13 crates (6 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