]> git.scottworley.com Git - tablify/commit - src/lib.rs
Proper log parsing
authorScott Worley <scottworley@scottworley.com>
Mon, 19 Aug 2024 08:38:40 +0000 (01:38 -0700)
committerScott Worley <scottworley@scottworley.com>
Mon, 19 Aug 2024 08:53:37 +0000 (01:53 -0700)
commit201b9ef3e07ed5948730079475f79703b0cd28f8
treeab45bcdb8aef48daf18770420400906b11d13dc7
parent2aa9ef947fa4104deef034305f1238275427a092
Proper log parsing

I'm bummed that this couldn't be a simple Iterator::scan().  Scan
doesn't have a way to get control one last time at end-of-stream to dump
the accumulator state.
src/lib.rs