bitsets 0.1.1

BitSet implementations: Dense, Compressed, Memory-Mapped, and Roaring.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Arthur Maciejewicz <arthur.maciejewicz@gmail.com>"]
categories = ["data-structures"]
description = "BitSet implementations: Dense, Compressed, Memory-Mapped, and Roaring."
documentation = "https://docs.rs/bitsets"
homepage = "https://github.com/Zintinio/bitsets"
keywords = ["bitset", "bitmap", "dense"]
license = "MIT"
name = "bitsets"
readme = "README.md"
repository = "https://github.com/Zintinio/bitsets"
version = "0.1.1"