itsyaasir / riff

Rust diff program that uses the Levenshtein algorithm to find the difference between two text files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

riff

This program is written in Rust and uses the Levenshtein algorithm to find the difference between two file text.

Usage

To use this program, simply pass in two file texts as command line arguments. The program will then output the difference in the two files

./riff ./file1.txt ./file2.txt

Educational Purpose

This program is intended for educational purposes only. It provides a simple example of how to implement the Levenshtein algorithm in Rust and how it can be used to find the difference between two file texts.

About

Rust diff program that uses the Levenshtein algorithm to find the difference between two text files

License:MIT License


Languages

Language:Rust 100.0%