ndiff/readme.md

15 lines
433 B
Markdown
Raw Normal View History

2024-10-24 14:20:52 +00:00
# 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 may install and play around with the program using the command line:
```bash
cargo install --git https://github.com/dnutiu/ndiff
```