datasketch-minhash-lsh 0.0.1

A Rust version of the min-hash LSH part of the Python datasketch library
Documentation
1
2
3
4
# minhash-lsh
[![Build Status](https://github.com/schelterlabs/rust-minhash/actions/workflows/build.yml/badge.svg)](https://github.com/schelterlabs/rust-minhash/actions/workflows/build.yml)

This crate reimplements the `MinHash` and `MinHash LSH` approaches from the Python package [datasketch](https://github.com/ekzhu/datasketch) in Rust. It's only a partial reimplementation, use it at your own risk.