nomap 0.2.1

A parser for the `.map` file format used by Quake 1 & 2 as well as Half-Life 1, implemented using the nom parsing framework.
[dependencies.arrayvec]
version = "0.5.1"

[dependencies.nom]
version = "5.1.2"

[dependencies.nom-fields]
version = "0.1.1"

[features]
default = []
display = []

[package]
authors = ["reslario <reslario.code@gmail.com>"]
description = "A parser for the `.map` file format used by Quake 1 & 2 as well as Half-Life 1, implemented using the nom parsing framework."
documentation = "https://docs.rs/nomap/"
edition = "2018"
homepage = "https://github.com/reslario/nomap"
keywords = ["nom", "parser", "gamedev", "quake", "half-life"]
license = "MIT OR Apache-2.0"
name = "nomap"
readme = "README.md"
repository = "https://github.com/reslario/nomap"
version = "0.2.1"