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.
Add to your `Cargo.toml`:
```toml
taproot-assets-types = { version = "0.0.1" }
```
MIT OR Apache-2.0
See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) for details.