Crates.io | wownav-parser |
lib.rs | wownav-parser |
version | 0.1.0 |
source | src |
created_at | 2022-10-03 21:06:17.407853 |
updated_at | 2022-10-03 21:06:17.407853 |
description | A mmap parser written in Rust focusing on Trinitycore/vmangos .mmap/.mmtile files |
homepage | |
repository | https://github.com/iraizo/wownav-parser |
max_upload_size | |
id | 679395 |
size | 43,013 |
This crate is used to parse World of Warcraft or rather Trinitycore/vMangos .mmap
& .mmtile
files.
This is very Work in progress and I am working on adding proper documentation for all types since there isnt much to find anywhere else.
The different modules can be used for each file extension, the structs included in those are only supposed to work for their extension not the other way around.
You can find some examples on how to parse raw bytes into the given structures inside the tests
folder.
More examples with File
/Reader
usage will be written/documented.