nothing of note

master
Avril 4 years ago
parent 90e82881c3
commit 3b1c01a2f9
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -64,10 +64,7 @@ where From: Read,
for buf in from.into_iter(8)
.map(|byte| format!("0x{:02x},", byte))
.group_at(8)
.map(|bytes| {
count += bytes.len();
bytes
})
.map(|bytes| (count += bytes.len(), bytes).1)
.map(|strs| format!("\t{}", strs.join(" ")))
{
writeln!(to, "{}", buf)?;

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
12d5669e6e0055d7a437f673afb3539dd4365f17fe2edccd18640160f2d1c4c1
5f91ab8d00829daa41c25de2a911333ef2558088fdabece4ccf6a3d83b6a0405

Loading…
Cancel
Save