An open API service indexing awesome lists of open source software.

https://github.com/dnutiu/ndiff

Toy ndiff command written in Rust
https://github.com/dnutiu/ndiff

Last synced: 8 months ago
JSON representation

Toy ndiff command written in Rust

Awesome Lists containing this project

README

          

# 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`