taproot-assets-rpc 0.0.2

Taproot Assets gRPC client
Documentation
# taproot-assets-rpc

gRPC client bindings for the
[Taproot Assets daemon](https://github.com/lightninglabs/taproot-assets),
generated from its `.proto` definitions.

This crate allows Rust applications to interact with the Taproot Assets daemon
over gRPC, using pre-generated or locally compiled bindings.

## Usage

Add to your `Cargo.toml`:

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

## License

MIT OR Apache-2.0

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