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.