format_hex
format_hex formats an [u8] to an hexadecimal multiline format, for human readability.
let = new
.push_hex
.push_comment
.push_hex
.push_comment
.push_hex
.output;
assert_eq!;
assert_eq!;
assert_eq!;
License: MIT
format_hex formats an [u8] to an hexadecimal multiline format, for human readability.
let = new
.push_hex
.push_comment
.push_hex
.push_comment
.push_hex
.output;
assert_eq!;
assert_eq!;
assert_eq!;
License: MIT