[][src]Function sunrise_kernel::utils::print_hexdump

pub fn print_hexdump<T>(f: &mut T, mem: &[u8]) where
    T: Write

Displays memory as hexdump

This function follows the output format of the xxd command so you can easily diff between two hexdumps on the host machine, to help debugging sessions.