Crates.io | wow_dbc |
lib.rs | wow_dbc |
version | 0.3.0 |
source | src |
created_at | 2022-09-29 16:33:52.037949 |
updated_at | 2024-02-22 16:25:16.729384 |
description | Library for parsing World of Warcraft DBC files for 1.12, 2.4.3 and 3.3.5. |
homepage | |
repository | https://www.github.com/gtker/wow_dbc |
max_upload_size | |
id | 676768 |
size | 4,029,068 |
wow_dbc
Implementation of the DBC (DataBaseClient) file formats for World of Warcraft 1.12, 2.4.3.8606, and 3.3.5.12340.
Add the following to your Cargo.toml
:
[dependencies]
wow_dbc = { version = "0.3.0", features = ["vanilla", "tbc", "wrath"] }
Or add it with cargo edit:
cargo add wow_dbc --features "vanilla tbc wrath"
And then check out the docs.
This crate is partially auto generated by the .xml
files in the rxml
repository.
Licensed under either of
at your option.
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.