Wooster dfc4d618dd general-use std.debug.hexdump for printing hexdumps
Recently, when I've been working with structures of data that is not
directly in RAM but rather laid out in bytes somewhere else,
it was always very useful to print out maybe the next 50 bytes or the
previous 50 bytes or so to see what's ahead or before me.
I would usually do this with a quick
`std.debug.print("{any}\n", .{bytes});` or something but the output is
not as nice obviously.
2024-01-08 00:13:06 -07:00
..
2023-11-25 12:28:19 +02:00
2023-11-22 19:08:55 -07:00
2023-11-22 13:24:27 -05:00
2023-12-19 12:01:09 -07:00
2024-01-03 12:34:10 +02:00
2023-11-26 14:28:22 -05:00
2023-11-22 13:24:27 -05:00
2023-11-22 19:08:55 -07:00
2023-11-25 12:28:19 +02:00
2023-10-23 22:42:18 -04:00
2023-11-09 17:41:14 +01:00
2023-11-22 15:24:57 -07:00
2023-10-25 04:28:30 -04:00
2024-01-04 17:54:56 +02:00
2024-01-07 16:27:50 +01:00
2023-11-03 23:18:21 -04:00
2023-12-11 17:48:18 +02:00
2023-11-19 09:55:07 +00:00
2023-11-22 13:24:27 -05:00
2023-10-27 03:33:49 -04:00
2024-01-01 17:51:18 -07:00
2023-12-20 20:05:16 -08:00
2024-01-01 17:51:18 -07:00
2023-10-21 21:24:55 +00:00
2023-10-21 21:24:55 +00:00