Skip to content
/ riff Public

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

License

Notifications You must be signed in to change notification settings

itsyaasir/riff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages