An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# hldemo-rs

[![crates.io](https://img.shields.io/crates/v/hldemo.svg)](https://crates.io/crates/hldemo)
[![Build Status](https://travis-ci.org/YaLTeR/hldemo-rs.svg?branch=master)](https://travis-ci.org/YaLTeR/hldemo-rs)
[![Build Status](https://ci.appveyor.com/api/projects/status/gnhaxfmqqsisr4j2?svg=true)](https://ci.appveyor.com/project/YaLTeR/hldemo-rs)
[![Documentation and examples](https://img.shields.io/badge/docs-docs.rs-brightgreen.svg)](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.