2 unstable releases
Uses new Rust 2024
| 0.2.0 | Sep 11, 2025 |
|---|---|
| 0.1.0 | Aug 30, 2025 |
#1239 in Game dev
Used in wow-alchemy
60KB
1.5K
SLoC
wow-alchemy
A Rust library and CLI toolset for parsing, manipulating, and creating World of Warcraft binary files.
This project is a fork of https://github.com/wowemulation-dev/warcraft-rs/, thank you for the original author for the initial work done.
Quick Start
Command-Line Usage
Todo...
Library Usage
Todo...
Installation
Binary Releases
Pre-built binaries are available for Linux, macOS, and Windows, check the releases page.
From crates.io
# Install the CLI tool
cargo install wow-alchemy
# Add specific crates as dependencies
cargo add wow-alchemy-blp wow-alchemy-adt
Build from source
git clone https://github.com/davidrios/wow-alchemy
cd wow-alchemy
cargo install --path wow-alchemy
License
This project is licensed under the Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
This project represents the collective knowledge of the WoW modding community and is based on reverse engineering efforts. Blizzard Entertainment has not officially documented any formats handled by this project.
Dependencies
~0.3–1MB
~22K SLoC