Packages

This is an implementation of Bloom Filters for Elixir. It uses Rust NIFs for better performance.

Current section

Files

Jump to
flower native bitarray Cargo.toml
Raw

native/bitarray/Cargo.toml

[package]
name = "bitarray"
version = "0.1.0"
authors = []
[lib]
name = "bitarray"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.16.0"
rustler_codegen = "0.16.0"
lazy_static = "0.2"