Module tree_diff

Module tree_diff 

Source

Enums§

DiffResult
Enum representing the result of LCS algorithm

Functions§

lcs_by_score
Compare two slices and return optimal matching based on scores. The score_fn closure calculates the match score (0.0 to 1.0).
take_diff