Function get_bin_repr

Source
pub fn get_bin_repr(data: &[u8]) -> String
Expand description

Returns the binary representation of bytes. E.g., 65535 -> 11111111 11111111