pub fn bytes_to_bits(bytes: &[u8]) -> Vec<u8> ⓘ
Expands bytes into MSB-first bits.
Parameters:
bytes
Vec<u8>
{0,1}