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

#552 in Algorithms

Download history 523/week @ 2024-07-23 598/week @ 2024-07-30 804/week @ 2024-08-06 973/week @ 2024-08-13 1205/week @ 2024-08-20 1080/week @ 2024-08-27 1135/week @ 2024-09-03 1257/week @ 2024-09-10 880/week @ 2024-09-17 1333/week @ 2024-09-24 1099/week @ 2024-10-01 1858/week @ 2024-10-08 1809/week @ 2024-10-15 1548/week @ 2024-10-22 1533/week @ 2024-10-29 1709/week @ 2024-11-05

6,883 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