vmf-forge is a Rust library for parsing, manipulating, and serializing Valve Map Format (VMF) files used in Source Engine games.
Features
- Parses VMF files into convenient Rust data structures.
- Allows modification of VMF data.
- Serializes the modified data back into a VMF file.
Installation
Add vmf-forge to your Cargo.toml:
[]
= "0.4.0"
Usage Example
use *;
use File;
Contributing
Contributions are welcome! Please feel free to open issues or submit pull requests.
License
vmf-forge is distributed under the terms of either the MIT license.