Expand description
xxd-style hex dump rendering. One row = 16 bytes, with offset prefix and ASCII gutter.
Functions§
- format_
hex_ row - Format one row of a hex dump.
- hex_
chars_ to_ bytes_ per_ group - Translate a user-facing “hex chars per group” value (2/4/8/16/32) to the
internal bytes-per-group unit (1/2/4/8/16). Returns
Nonefor any other input.