A Rust text diffing library.
Add the following to your Cargo.toml:
```toml [dependencies.text_diff]
git = "https://github.com/johannhof/text-diff.rs.git"
```
Now you can use the crate in your code
rust
extern crate text_diff;
text-diff can also be used as a command-line application. The best way to install it is using rustle:
curl -sf https://raw.githubusercontent.com/brson/rustle/master/rustle.sh | sh -s -- https://github.com/johannhof/text-diff.rs