TF2 log parser with a focus on speed and flexibility.
  • Rust 99.6%
  • Nix 0.4%
Find a file
2023-03-04 17:03:03 +01:00
.github/workflows basic ci 2021-08-08 20:47:38 +02:00
benches optimize line splitting 2023-03-04 17:03:03 +01:00
examples add example that parses all 2023-03-04 16:00:45 +01:00
src optimize line splitting 2023-03-04 17:03:03 +01:00
test_data subject postprocessing 2021-08-07 19:28:58 +02:00
.envrc add flake 2023-03-04 14:45:42 +01:00
.gitignore add flake 2023-03-04 14:45:42 +01:00
Cargo.toml split -> memchr 2023-03-04 16:34:16 +01:00
flake.lock add flake 2023-03-04 14:45:42 +01:00
flake.nix remove some unneeded trims 2023-03-04 16:01:01 +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.