Function byte_tools::add_bytes_to_bits [] [src]

pub fn add_bytes_to_bits(bits: u64, bytes: u64) -> u64

Adds the specified number of bytes to the bit count. panic!() if this would cause numeric overflow.