roaring_bitmap 0.1.2

Roaring bitmap data structure implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "roaring_bitmap"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Roaring bitmap data structure implemented in Rust"
homepage = "https://github.com/arcticherman/roaring_bitmap"
documentation = "https://github.com/arcticherman/roaring_bitmap/blob/main/README.md"
repository = "https://github.com/arcticherman/roaring_bitmap"
readme = "README.md"
exclude = [
    "src/main.rs",
    "cargo_pulish.sh",
    ".gitignore",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]