nom-mpq 2.0.5

A nom parser for the MoPaQ archive format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[![Crates.io](https://img.shields.io/crates/v/nom-mpq.svg)](https://crates.io/crates/nom-mpq)
[![Workflow Status](https://github.com/sebosp/nom-mpq/workflows/Rust/badge.svg)](https://github.com/sebosp/nom-mpq/actions?query=workflow%3A%22Rust%22)

# nom-mpq

Learning Nom Parsers and the MoPaQ format.


## Changelog

###  2.0.5

- tracing_off feature flag for enhanced performance.

## Sources
- [The_MoPaQ_Archive_Format]https://web.archive.org/web/20120222093346/http://wiki.devklog.net/index.php?title=The_MoPaQ_Archive_Format
- [MPyQ]https://github.com/arkx/mpyq/