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
5,992 downloads per month
Used in 14 crates
(7 directly)
25KB
645 lines
A generic diff library in Rust
This is an LCS-based diff library that works on slices of types implementing PartialEq
.