Background: I'd like to use this library in an Electron-based demo file organizer. Having an analyzer built in to parse overall match information would make that significantly easier than having to implement an analyzer in JS.
I figured this would be more helpful to make available directly through tf_demo_parser, but if you want to keep it lean then I'd be fine with making it part of a dedicated library for the Electron app.
Example CLI output from running target/release/parse_demo /path/to/demo.dem detailed_summaries:
Background: I'd like to use this library in an Electron-based demo file organizer. Having an analyzer built in to parse overall match information would make that significantly easier than having to implement an analyzer in JS.
I figured this would be more helpful to make available directly through
tf_demo_parser
, but if you want to keep it lean then I'd be fine with making it part of a dedicated library for the Electron app.Example CLI output from running
target/release/parse_demo /path/to/demo.dem detailed_summaries
: