Function hexdump::hexdump_iter[][src]

pub fn hexdump_iter(bytes: &[u8]) -> Hexdump<'_>

Notable traits for Hexdump<'a>

impl<'a> Iterator for Hexdump<'a> type Item = Line;

Creates a hexdump iterator that yields the individual lines.