This is a simple hexdump-like utility. It changes the color of the byte based on the ASCII value.
[dependencies] hexy = "0.1.0"
``` pub fn hexyfile(mut input: T) -> usize
pub fn hexydump(a: &[u8], length: &usize, piece: &usize) ```