clonehunter 0.4.2

A simple command line utility that identifies groups of identical files and displays them to the console
Documentation
1
2
3
4
5
6
// Copyright (c) 2024 Venkatesh Omkaram
#![doc = include_str!("../README.md")]
#![deny(clippy::all)]
#![cfg_attr(docsrs, feature(doc_cfg))]

pub mod common;