bitm 0.1.3

The library for bit and bitmap (bit vector) manipulation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.dyn_size_of]
version = ">=0.1"

[package]
authors = ["Piotr Beling <piotr.beling@wmii.uni.lodz.pl>"]
categories = ["algorithms", "data-structures", "science", "encoding"]
description = "The library for bit and bitmap (bit vector) manipulation."
documentation = "https://docs.rs/bitm"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["bit", "bitmap", "rank", "bitvector", "bitset"]
license = "MIT OR Apache-2.0"
name = "bitm"
readme = "README.md"
repository = "https://github.com/beling/bsuccinct-rs"
version = "0.1.3"