TF2 log parser with a focus on speed and flexibility.
  • Rust 99.6%
  • Nix 0.4%
Find a file
2023-03-25 23:02:27 +01:00
.github/workflows basic ci 2021-08-08 20:47:38 +02:00
benches more consistant quote handling 2023-03-11 15:56:27 +01:00
derive handle quote in names in kills 2023-03-16 22:07:43 +01:00
examples print what file we paniced on 2023-03-25 23:01:58 +01:00
src handle damage overflow 2023-03-25 23:02:27 +01:00
test_data subject postprocessing 2021-08-07 19:28:58 +02:00
tests more snapshots 2023-03-16 22:50:26 +01:00
.envrc add flake 2023-03-04 14:45:42 +01:00
.gitignore some derive cleanup 2023-03-07 22:47:46 +01:00
Cargo.toml more edge case handling 2023-03-17 21:11:08 +01:00
flake.lock flake update 2023-03-05 22:21:59 +01:00
flake.nix snapshot tests 2023-03-16 22:40:48 +01: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.