#qdhex
A crate for creating simple hex dumps.
Usage
Add this to your Cargo.toml:
[]
= "0.1"
Example
let data = ;
println!;
Output:
00002000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f ................
#qdhex
A crate for creating simple hex dumps.
Add this to your Cargo.toml:
[]
= "0.1"
let data = ;
println!;
Output:
00002000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f ................