boolvec 0.2.6

A vector of boolean stored contiguously in memory.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "boolvec"

version = "0.2.6"

description = "A vector of boolean stored contiguously in memory."

authors = ["Gymore <gymore.contact@gmail.com>"]

edition = "2018"

readme = "README.md"

repository = "https://github.com/gymore-z/boolvec"

categories = [ "data-structures" ]

keywords = [ "vec", "bool", "boolean", ]

license = "MIT"

documentation = "https://docs.rs/crate/boolvec/0.1.0"