17 lines
479 B
Markdown
17 lines
479 B
Markdown
# Ndiff
|
|
|
|
Ndiff is an educational Rust rewrite of the [diff](https://linux.die.net/man/1/diff) program.
|
|
|
|
Of course, it's no way near as featured as
|
|
the [diff](https://linux.die.net/man/1/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:
|
|
|
|
```bash
|
|
cargo install --git https://github.com/dnutiu/ndiff
|
|
```
|
|
|
|
To use the program run: `ndiff a.txt b.txt`
|