Skip to main content

stellar_registry/
lib.rs

1#![no_std]
2//! `stellar-registry` is a collection of tools to help integrate with
3//! existing smart contracts on Stellar.
4//!
5pub use stellar_scaffold_macro::*;