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

[lib]

[dependencies]