Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-13 | clean up a bit | Daniel Schadt | |
2018-06-10 | first iteration of multiplexer | Daniel Schadt | |
2018-05-31 | cargo fmt | Daniel Schadt | |
2018-04-23 | more documentation | Daniel Schadt | |
2018-04-23 | run rustfmt | Daniel Schadt | |
2018-04-23 | apply clippy's suggestions | Daniel Schadt | |
2018-04-23 | add basic translation to more readable events | Daniel Schadt | |
This basically implements the "event logic" as described in the README, though it produces easier-to-digest events. The test binary show 0 failed events on an example log, but of course, not all mechanics are used there, and the parsing logic may very well contain some errors. |