1 2 3 4 5
#![no_std] //! `stellar-registry` is a collection of tools to help integrate with //! existing smart contracts on Stellar. //! pub use stellar_registry_macro::{import_asset, import_contract, import_contract_client};