Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "bitmap"
version = "3.0.1"
authors = ["Corey Richardson <corey@octayn.net>"]

description = "A dense bitmap"
repository = "https://gitlab.com/robigalia/rust-bitmap"
homepage = "https://gitlab.com/robigalia/rust-bitmap"

readme = "README.md"
license = "MIT OR Apache-2.0"

[dev-dependencies]
quickcheck = "0.2.26"

[features]
no_std = []