Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies]
quickcheck = "0.2.26"

[features]
no_std = []

[package]
authors = ["Corey Richardson <corey@octayn.net>"]
description = "A dense bitmap"
homepage = "https://gitlab.com/robigalia/rust-bitmap"
license = "MIT OR Apache-2.0"
name = "bitmap"
readme = "README.md"
repository = "https://gitlab.com/robigalia/rust-bitmap"
version = "3.1.0"