fuzzyhash 0.1.1

Pure Rust fuzzy hash implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "fuzzyhash"
version = "0.1.1"
authors = ["Russ Morris <rmorris@infocyte.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"]

[dependencies]