levenshtein-diff 0.1.1

Generic implementation of Levenshtein's algorithm that also allows you to generate the edits required to convert a source sequence to a target, and apply them to the source sequence to regenerate the target.
Documentation
1
2
3
4
5
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "levenshtein-diff"
version = "0.1.1"