Crates.io | lzjd |
lib.rs | lzjd |
version | 0.2.0 |
source | src |
created_at | 2019-03-20 07:57:07.625321 |
updated_at | 2019-07-12 09:09:10.715723 |
description | Rust implementation of the LZJD algorithm (https://github.com/EdwardRaff/jLZJD) |
homepage | |
repository | https://github.com/tweedegolf/lzjd-rs |
max_upload_size | |
id | 122646 |
size | 63,911 |
Rust implementation of Lempel-Ziv Jaccard Distance (LZJD) algorithm based on jLZJD
Main differences:
USAGE:
lzjd [FLAGS] [OPTIONS] <INPUT>...
FLAGS:
-c, --compare compare SDBFs in file, or two SDBF files
-r, --deep generate SDBFs from directories and files
-g, --gen-compare compare all pairs in source data
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-o, --output <FILE> send output to files
-t, --threshold <THRESHOLD> only show results >= threshold [default: 1]
ARGS:
<INPUT>... Sets the input file to use
See also: