⌽
Levenshtein
Compute operational differences between two sequences using the Levenshtein algorithm.
Add to Cargo.toml
leven-distance = "*"
➢
Usage:
⤷
Basic Usage
use Levenshtein;
use Results;
➢
License
This project is licensed under the MIT License.
See the LICENSE file for more information.