#diff #algorithm

diffs

A number of diff algorithms, also called longest common subsequence

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

#607 in Algorithms

Download history 2627/week @ 2024-12-10 2001/week @ 2024-12-17 772/week @ 2024-12-24 621/week @ 2024-12-31 1090/week @ 2025-01-07 1131/week @ 2025-01-14 1575/week @ 2025-01-21 1382/week @ 2025-01-28 2128/week @ 2025-02-04 1494/week @ 2025-02-11 1808/week @ 2025-02-18 1578/week @ 2025-02-25 1232/week @ 2025-03-04 1615/week @ 2025-03-11 1650/week @ 2025-03-18 1350/week @ 2025-03-25

5,992 downloads per month
Used in 14 crates (7 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.

No runtime deps