daffy

Crates.iodaffy
lib.rsdaffy
version0.2.1
sourcesrc
created_at2023-09-03 16:33:59.774118
updated_at2024-06-09 01:09:55.718134
descriptiondaffy is a small file comparision tool, uses Levenshtein distance to compare files
homepage
repository
max_upload_size
id962309
size10,536
sagnikc (sagnikc395)

documentation

README

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.

Commit count: 0

cargo fmt