1 unstable release
0.1.0 | Oct 3, 2022 |
---|
#5 in #focusing
15KB
79 lines
wownav-parser
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.
Examples
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.
lib.rs
:
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.
Examples
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.
Dependencies
~3–12MB
~116K SLoC