bool_vec 0.1.2

A crates that exposes a vector called BoolVec which allows you to store a boolean in a single bit
Documentation

Description

This library exposes a vector called BoolVec which allows you to store 8 booleans in a single byte. Basically a boolean only occupies a single bit.

Examples

Todo

As of now please check out the documentation on docs.rs