Expand description
§wow-alchemy-wdl
Parser for World of Warcraft WDL (World Detail Level) files - low-resolution terrain data for continents.
§License
This project is licensed under the Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
Re-exports§
pub use error::Result;pub use error::WdlError;pub use types::WdlFile;pub use version::WdlVersion;
Modules§
- conversion
- Version conversion functionality for WDL files
- error
- Error handling for WDL parsing
- parser
- types
- Core types for the WDL file format
- validation
- Validation functions for WDL files
- version
- Defines version information for WDL files