4 releases (breaking)
0.4.3 | Sep 20, 2022 |
---|---|
0.4.2 |
|
0.3.0 | Nov 9, 2021 |
0.2.0 | Nov 8, 2021 |
0.1.0 | Nov 4, 2021 |
#1844 in Algorithms
30 downloads per month
Used in sbvc_lib
16KB
299 lines
WGSOFT Diff Library
To get started, please refer to the documentation.
lib.rs
:
WGSOFT Diff Library
This crate provides implementation of a LCS-based difference algorithm, optimized for using in diff-like utilities.
Get Started
This crate uses traits to implement its functionality. To get started, read the documentation of following traits:
These traits are sealed and are implemented only for slices and Vec
s.