ndiff/readme.md
2025-01-07 11:39:24 +00:00

479 B

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