wow_dbc 0.2.0

Library for parsing World of Warcraft DBC files for 1.12, 2.4.3 and 3.3.5.
Documentation
# `wow_dbc`

Implementation of the [DBC (DataBaseClient) file formats for World of Warcraft 1.12, 2.4.3.8606, and 3.3.5.12340](https://wowdev.wiki/DBC).

## Usage

Add the following to your `Cargo.toml`:

```toml
[dependencies]
wow_dbc = { version = "0.2", features = ["vanilla", "tbc", "wrath"] }
```

Or add it with [cargo edit](https://github.com/killercup/cargo-edit):
```bash
cargo add wow_dbc --features "vanilla tbc wrath"
```

And then [check out the docs](https://docs.rs/wow_dbc/latest/).

## Auto Generation

This crate is partially auto generated by the `.xml` files in the [`rxml` repository](https://github.com/gtker/wow_dbc/tree/main/rxml).

## License

Licensed under either of

 * Apache License, Version 2.0
   ([LICENSE-APACHE]https://github.com/gtker/wow_dbc/blob/main/LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
 * MIT license
   ([LICENSE-MIT]https://github.com/gtker/wow_dbc/blob/main/LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.

## 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.