Toy ndiff command written in Rust
Find a file
Denis-Cosmin NUTIU d72efab833 add abort on panic
2024-10-27 14:00:16 +02:00
.idea initial commit 2024-10-24 17:20:52 +03:00
src add unit tests 2024-10-27 11:49:53 +02: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 add abort on panic 2024-10-27 14:00:16 +02:00
readme.md update readme.md 2024-10-26 21:42:09 +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 can install and play around with the program using the command line:

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

To use the program run: ndiff a.txt b.txt