Crates.io | bitmap |
lib.rs | bitmap |
version | 3.1.3 |
source | src |
created_at | 2014-11-11 22:18:57.537535 |
updated_at | 2016-03-13 15:24:14.132866 |
description | A dense bitmap |
homepage | https://gitlab.com/robigalia/rust-bitmap |
repository | https://gitlab.com/robigalia/rust-bitmap |
max_upload_size | |
id | 57 |
size | 36,979 |
A simple datastructure: an array of values whose width in bits is not necessarily a multiple of 8.
Complete.