taproot-assets 0.0.1

High-level Rust SDK bundling Taproot-Asset types, RPC client, and more.
Documentation
1
2
3
4
5
6
7
8
//! High-level convenience API for Taproot Assets.
//!
//! Re-export low-level crates and.

#![cfg_attr(not(feature = "std"), no_std)]

#[cfg(feature = "rpc")]
pub use taproot_assets_rpc as rpc;