int_to_bits

Function int_to_bits 

Source
pub fn int_to_bits(n: usize, num_bits: usize) -> Vec<u8> 
Expand description

Calculate the bit representation of an integer