1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00
Parsing of tf2 demo files
  • Rust 99.8%
  • Nix 0.2%
Find a file
2020-12-06 21:22:53 +01:00
.github/workflows github actions 2020-11-30 20:31:30 +01:00
benches fix benches 2019-12-25 23:39:38 +01:00
codegen fixes 2020-03-05 23:34:05 +01:00
data improved handling of unicode chat messages 2020-02-09 16:40:34 +01:00
fuzz fixes 2020-03-05 23:34:05 +01:00
smoker smoker fixes 2020-01-29 22:53:04 +01:00
src fix handling of mallformed utf8 2020-12-06 21:22:53 +01:00
tests borrowed data 2020-12-06 00:55:54 +01:00
.gitignore remove the need to allocate all messages in a packet 2020-12-06 19:30:54 +01:00
Cargo.lock fix handling of mallformed utf8 2020-12-06 21:22:53 +01:00
Cargo.toml fix handling of mallformed utf8 2020-12-06 21:22:53 +01:00
pgo_build.sh first prop flattening version 2019-08-10 19:38:42 +02:00
README.md badge 2020-11-30 20:37:51 +01:00
rustig.toml check for panicing code in ci 2019-08-11 13:57:20 +02:00

TF Demo Parser

Build Status

Parsing of tf2 demo files

Building

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 --release

which will place the binary at target/release/parse_demo

Usage

Basic usage is as simple as parse_demo demofile.dem which will output a "summary" of the demo file in JSON format.