#levenshtein

app daffy

daffy is a small file comparision tool, uses Levenshtein distance to compare files

3 unstable releases

0.2.1 Jun 9, 2024
0.2.0 Jun 9, 2024
0.1.0 Sep 3, 2023

#12 in #levenshtein

23 downloads per month

MIT license

10KB
251 lines

daffy

daffy is a small file comparision tool, written to learn writing CLIs in Rust.

It uses Levenshtein algorithm to print the difference between the files to stdout.

Ref: Levenshtein Distance

Usage:

Run daffy help to list all possible subcommands for daffy.

No runtime deps