fuzzyhash 0.2.2

Pure Rust fuzzy hash implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[lib]

[package]
authors = ["Russ Morris <rustysec@gmail.com>"]
description = "Pure Rust fuzzy hash implementation"
edition = "2018"
homepage = "https://github.com/rustysec/fuzzyhash-rs"
keywords = ["ssdeep", "fuzzy", "hash", "fuzzyhash"]
license = "MIT"
name = "fuzzyhash"
readme = "README.md"
repository = "https://github.com/rustysec/fuzzyhash-rs"
version = "0.2.2"