Function webrtc_sctp::util::hexdump[][src]

pub fn hexdump(
    f: &mut Formatter,
    prefix: &str,
    buffer: &[u8]
) -> Result<(), Error>

Generate a hexdump of the provided byte slice.