schindel 0.1.0

rust min-shingle hashing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.murmurhash3]
version = "0.0.5"

[package]
categories = ["algorithms", "text-processing"]
description = "rust min-shingle hashing"
documentation = "https://docs.rs/schindel/"
edition = "2021"
homepage = "https://github.com/dapper91/schindel"
keywords = ["shingles", "minshingle", "ngrams", "fuzzy", "hashing"]
license = "Unlicense"
name = "schindel"
readme = "README.md"
repository = "https://github.com/dapper91/schindel"
resolver = "2"
version = "0.1.0"