pub fn unpack_bits(bytes: &[u8], size: usize) -> Vec<bool>
Expand description

Unpack a bit vector from a slice of bytes.