pub fn bytes_into_bits(bytes: &[u8]) -> Vec<bool>
Expand description

Converts bytes into their bit representation, in little endian format.