Packages

An Erlang library for xor filters and their derivatives

Current section

Files

Jump to
xorf Cargo.toml
Raw

Cargo.toml

[package]
name = "xorf"
version = "0.0.1"
authors = [ "Marc Nijdam <marc@helium.com>" ]
license = "Apache-2.0"
edition = "2021"
build = "native/build.rs"
[lib]
name = "xorf"
crate-type = ["dylib"]
path = "native/lib.rs"
[dependencies]
rustler = "0.23.0"
serde = "1"
xorf = { version = "0.8", features = ["serde"] }
bincode = "1.3.3"