Toy ndiff command written in Rust
Find a file
2024-10-26 21:42:04 +03:00
.idea initial commit 2024-10-24 17:20:52 +03:00
src add command line args support 2024-10-26 21:42:04 +03:00
.gitignore initial commit 2024-10-24 17:20:52 +03:00
a.txt initial commit 2024-10-24 17:20:52 +03:00
b.txt initial commit 2024-10-24 17:20:52 +03:00
Cargo.lock install clap 2024-10-26 21:41:57 +03:00
Cargo.toml install clap 2024-10-26 21:41:57 +03:00
readme.md refactor code: move compare_lines into lines.rs 2024-10-26 21:15:59 +03:00

Ndiff

Ndiff is an educational Rust rewrite of the diff program.

Of course, it's no way near as featured as the diff command, since it's utility is to learn Rust concepts by completing a simple project.

Installation

You may install and play around with the program using the command line:

cargo install --git https://github.com/dnutiu/ndiff