Parsing of tf2 demo files
This project is build using rust and requires cargo and friends, see the rust website
for how to get started.
Once rust is setup building is as simple as
cargo build --releasewhich will place the binary at target/release/parse_demo
Basic usage is as simple as parse_demo demofile.dem which will output a "summary" of the demo file in JSON format.