warcraft-rs 0.7.0

Unified CLI for World of Warcraft file format parsing, conversion, and validation
Documentation
# warcraft-rs Examples

This directory contains examples demonstrating the usage of the warcraft-rs CLI tool.

## Available Examples

### tree_visualization_demo.rs

Demonstrates the tree visualization utility used by various CLI commands to display hierarchical file format structures.

## Running Examples

To run an example:

```bash
cargo run --example tree_visualization_demo
```

## CLI Usage

For CLI tool examples, see the main documentation or run:

```bash
cargo run -- --help
```

This will show all available commands and their usage.