bool_vec 0.1.0

A crates that exposes a vector called BoolVec which allows you to store a boolean in a single bit
Documentation
bool_vec-0.1.0 has been yanked.

Description

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

Examples

Todo

As of now please check out the documentation on crates.io