https://github.com/yalter/hldemo-rs
Half-Life demo format parser using nom.
https://github.com/yalter/hldemo-rs
demo goldsource half-life nom parser rust
Last synced: 3 months ago
JSON representation
Half-Life demo format parser using nom.
- Host: GitHub
- URL: https://github.com/yalter/hldemo-rs
- Owner: YaLTeR
- License: apache-2.0
- Created: 2017-09-25T07:52:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T14:38:52.000Z (about 3 years ago)
- Last Synced: 2025-06-28T05:18:19.869Z (4 months ago)
- Topics: demo, goldsource, half-life, nom, parser, rust
- Language: Rust
- Size: 113 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# hldemo-rs
[](https://crates.io/crates/hldemo)
[](https://travis-ci.org/YaLTeR/hldemo-rs)
[](https://ci.appveyor.com/project/YaLTeR/hldemo-rs)
[](https://docs.rs/hldemo)A parser for Goldsource demo files (this includes Half-Life and its mods) written in Rust using [nom](https://crates.io/crates/nom).
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.