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

#308 in Algorithms

Download history 545/week @ 2023-12-16 283/week @ 2023-12-23 388/week @ 2023-12-30 477/week @ 2024-01-06 569/week @ 2024-01-13 555/week @ 2024-01-20 593/week @ 2024-01-27 616/week @ 2024-02-03 470/week @ 2024-02-10 740/week @ 2024-02-17 822/week @ 2024-02-24 527/week @ 2024-03-02 652/week @ 2024-03-09 640/week @ 2024-03-16 460/week @ 2024-03-23 523/week @ 2024-03-30

2,339 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