TF2 log parser with a focus on speed and flexibility.
  • Rust 99.6%
  • Nix 0.4%
Find a file
2021-08-08 20:47:38 +02:00
.github/workflows basic ci 2021-08-08 20:47:38 +02:00
benches some event parsing 2021-08-07 22:07:59 +02:00
examples readme+cargo meta 2021-08-08 15:55:01 +02:00
src dont split player subject untill needed 2021-08-08 20:46:41 +02:00
test_data subject postprocessing 2021-08-07 19:28:58 +02:00
.gitignore faster SubjectId 2021-08-08 16:23:29 +02:00
Cargo.toml readme+cargo meta 2021-08-08 15:55:01 +02:00
README.md readme+cargo meta 2021-08-08 15:55:01 +02:00

tf-log-parser

TF2 log parser with a focus on speed and flexibility.

CLI usage

tf-log-parser path/to/log.log

Custom statistics

By implementing the EventHandler trait you can run custom analysis, see the examples for details.