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%
|
|
||
|---|---|---|
| benches | ||
| codegen | ||
| data | ||
| fuzz | ||
| smoker | ||
| src | ||
| tests | ||
| .gitignore | ||
| .travis.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| pgo_build.sh | ||
| README.md | ||
| rustig.toml | ||
TF Demo Parser
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.