TF2 log parser with a focus on speed and flexibility.
  • Rust 99.6%
  • Nix 0.4%
Find a file
2025-06-02 22:51:52 +02:00
.github/workflows basic ci 2021-08-08 20:47:38 +02:00
benches gzip test data 2023-04-02 18:07:41 +02:00
derive flake update 2025-06-02 22:51:40 +02:00
examples lossy utf8 2023-03-27 19:21:20 +02:00
src fmt 2025-06-02 22:51:52 +02:00
tests fix some param-less events 2023-04-02 18:13:35 +02:00
.envrc add flake 2023-03-04 14:45:42 +01:00
.gitignore flake update 2025-06-02 22:51:40 +02:00
Cargo.lock flake update 2025-06-02 22:51:40 +02:00
Cargo.toml gzip test data 2023-04-02 18:07:41 +02:00
flake.lock flake update 2025-06-02 22:51:40 +02:00
flake.nix flake update 2025-06-02 22:51:40 +02:00
README.md fmt 2025-06-02 22:51:52 +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.