wownav-parser

Crates.iowownav-parser
lib.rswownav-parser
version0.1.0
sourcesrc
created_at2022-10-03 21:06:17.407853
updated_at2022-10-03 21:06:17.407853
descriptionA mmap parser written in Rust focusing on Trinitycore/vmangos .mmap/.mmtile files
homepage
repositoryhttps://github.com/iraizo/wownav-parser
max_upload_size
id679395
size43,013
raizo (iraizo)

documentation

README

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.

Commit count: 8

cargo fmt