Our first project is finally live: `warcraft-rs` is a collection of Rust crates for parsers and converters for World of Warcraft file formats.

The first crate we added is `wow-mpq` which let's you handle any MPQ archive from WoW 1.x to 5.x. And not just read, you can also write them. It comes with a CLI to do just that.

The 2nd crate is `wow-wdl`, and this is where it gets interesting: it parses and converts (up and down) low-res terrain from WoW 1.x to 5.x.

https://github.com/wowemulation-dev/warcraft-rs

GitHub - wowemulation-dev/warcraft-rs: A collection of Rust crates handling World of Warcraft file formats for WoW 1.x to 5.x.

A collection of Rust crates handling World of Warcraft file formats for WoW 1.x to 5.x. - wowemulation-dev/warcraft-rs

GitHub