Colored-Hexdump
Create beautifuly colored hexdump in Rust.
Hexdump

Use colored_hexdump::hexdump() to create an hexdump with borders.
let all_bytes: = .collect;
let hex_colors = hexdump;
println!;
xxd
You can also go with a more classic xxd style with
xxr

let all_bytes: = .collect;
let hex_colors = xxd;
println!;