pub fn byte_to_bits(value: u8) -> [bool; 8]
Expand description

Converts a single input byte to 8 bits (little-endian).