vmf_parser_nom 0.1.1

A parser for the Valve map format.
Documentation
1
2
3
4
//! Contains vmf with vecs
//! TODO: arena feature
pub mod ast;
pub mod parsers;