Function bits_to_vec

Source
pub fn bits_to_vec(bits: u64, out_len: u8) -> Vec<u8> 
Expand description

Convert bits stream to vector (MSB is Vec[0])