pub(crate) fn print_table(rows: &[Row])Expand description
Print the 3-column hex table for rows to stdout.
Column widths:
- Offset: right-aligned in 6 chars
- Value (hex): left-aligned in 30 chars (10 bytes per line; wraps if longer)
- Field: remainder
Annotation rows (empty bytes) with a field starting with "── " are printed
as section separators with a blank line prefix.