Packages

RoaringBitmaps in Elixir, compressed bitmaps powered by roaring-rs

Current section

Files

Jump to
roaring native roaring_nif Cargo.toml
Raw

native/roaring_nif/Cargo.toml

[package]
name = "roaring_nif"
version = "0.12.0"
authors = ["Dan Thiffault", "Aaron Gunderson"]
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
rustler = "0.37.0"
roaring = "0.11.2"