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

#354 in Algorithms

Download history 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 442/week @ 2024-03-23 582/week @ 2024-03-30 511/week @ 2024-04-06 450/week @ 2024-04-13 483/week @ 2024-04-20 594/week @ 2024-04-27

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