Packages

Fast SimHash NIFs written in Rust 🐇💨 as Erlang/Elixir versions were too slow 🐢

Current section

Files

Jump to
spirit_fingers native simhash Cargo.toml
Raw

native/simhash/Cargo.toml

[package]
name = "simhash"
version = "0.2.0"
authors = []
[lib]
name = "simhash"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.19.0"
rustler_codegen = "0.19.0"
lazy_static = "1.2"
[dependencies.simhash]
git = "https://github.com/holsee/simhash-rs.git"