Toy ndiff command written in Rust
.idea | ||
src | ||
.gitignore | ||
a.txt | ||
b.txt | ||
Cargo.lock | ||
Cargo.toml | ||
readme.md |
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