compare-files-0.1.1 is not a library.
rust-compare-files
This a simple CLI tool to compare two files and show the differences. It is written in Rust.
Installation
From crates.io
To install the tool, you need to have Rust installed. Then, you can run the following command:
From source
or you can clone the repository:
Usage
To compare two files, you can run the following command:
Let's say you have two files, file1.txt
and file2.txt
, and you want
to compare them. You can run the following command:
Even, you can compare them if they are in different directories:
If you're using a ansi-compatible terminal, you can see the output with colors.