Function dnstplib::byte::two_byte_split

source ·
pub fn two_byte_split(num: u16) -> (u8, u8)
Expand description

Take a 2 byte number and split it in to it’s two 8 bit halves