vmfparser

Crates.iovmfparser
lib.rsvmfparser
version0.1.0
sourcesrc
created_at2017-08-24 18:49:24.167757
updated_at2017-08-24 18:49:24.167757
descriptionParser for the Valve Map File format
homepage
repositoryhttps://github.com/leops/vmfparser-rs/
max_upload_size
id28871
size6,996
l3ops (leops)

documentation

https://docs.rs/vmfparser/

README

vmfparser-rs

Another parser for the VMF format, this time in Rust.

VMF is not a very complex format, so most of the API should be self-explanatory. Perhaps the most interesting feature is the ability to "brin your own key": the parser is agnostic over what type is used for the keys (block and property names), as long as it implements From<&str>. This means you can use a good old String, or a string_cache::Atom using a static table pre-filled with some VMF-related keywords.

Commit count: 1

cargo fmt