Function bits_to_bytes

Source
pub fn bits_to_bytes(bits: &[bool]) -> Vec<u8> 
Expand description

Convert bits, Vec slice of bool into bytes, Vec<u8>.