[][src]Function storage_proofs::util::bytes_into_bits

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

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