# Cheat-checker
Detects similarities between sets of files, intended to detect academic dishonesty.
## Installation
1. Install rust, either directly through your system's package manager, or by installing `rustup` and running `rustup install stable`.
2. Run `cargo install cheat_checker`.
3. Done! Run `cheat_checker --help` for usage instructions.
Heavily inspired by [copy_checker](https://gitlab.com/classroomcode/copy_checker).
Licensed under the GNU General Public License V3.0.