Skip to main content

bytes_to_bits

Function bytes_to_bits 

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

Unpacks bytes into a bit vector, MSB-first per byte.