Crates.io | daffy |
lib.rs | daffy |
version | 0.2.1 |
source | src |
created_at | 2023-09-03 16:33:59.774118 |
updated_at | 2024-06-09 01:09:55.718134 |
description | daffy is a small file comparision tool, uses Levenshtein distance to compare files |
homepage | |
repository | |
max_upload_size | |
id | 962309 |
size | 10,536 |
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
Run daffy help
to list all possible subcommands for daffy.