taproot-assets-types 0.0.2

Shared data types and serialization logic for Taproot Assets
Documentation
# taproot-assets-types

Shared types and serialization logic for use across Taproot Assets Rust crates.

This crate defines core data structures, serialization formats, and helpers used
by other components such as the SDK, RPC client, and zero-knowledge modules.

## Usage

Add to your `Cargo.toml`:

```toml
taproot-assets-types = { version = "0.0.1" }
```

## License

MIT OR Apache-2.0

See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) for details.