web-simhash 0.1.1

Web-oriented 64-bit SimHash with weighted features and Google-paper-style lookup tables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "web-simhash"
version = "0.1.1"
authors = ["Josh Terrill <josh@hacked.codes>"]
edition = "2021"
license = "MIT"
description = "Web-oriented 64-bit SimHash with weighted features and Google-paper-style lookup tables"
readme = "README.md"
repository = "https://github.com/artemis-watch/web-simhash-rs"

[lib]
name = "web_simhash"
path = "src/lib.rs"

[dependencies]