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]
authors = ["Gymore <gymore.contact@gmail.com>"]
categories = ["data-structures"]
description = "A vector of boolean stored contiguously in memory."
documentation = "https://docs.rs/crate/boolvec/0.1.0"
edition = "2018"
keywords = ["vec", "bool", "boolean"]
license = "MIT"
name = "boolvec"
readme = "README.md"
repository = "https://github.com/gymore-z/boolvec"
version = "0.2.6"