Enums§
- Diff
Result - Enum representing the result of LCS algorithm
Functions§
- lcs_
by_ score - Compare two slices and return optimal matching based on scores.
The
score_fnclosure calculates the match score (0.0 to 1.0). - take_
diff
score_fn closure calculates the match score (0.0 to 1.0).