hldemo 0.3.0

A parser for Half-Life (Goldsource) demo files using nom.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.