1//! High-level convenience API for Taproot Assets. 2//! 3//! Re-export low-level crates and. 4 5#![cfg_attr(not(feature = "std"), no_std)] 6 7#[cfg(feature = "rpc")] 8pub use taproot_assets_rpc as rpc;