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

#343 in Algorithms

Download history 707/week @ 2024-03-14 520/week @ 2024-03-21 471/week @ 2024-03-28 591/week @ 2024-04-04 445/week @ 2024-04-11 437/week @ 2024-04-18 600/week @ 2024-04-25 533/week @ 2024-05-02 659/week @ 2024-05-09 732/week @ 2024-05-16 668/week @ 2024-05-23 821/week @ 2024-05-30 614/week @ 2024-06-06 617/week @ 2024-06-13 624/week @ 2024-06-20 470/week @ 2024-06-27

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