Crate vialabs_stellar_macros

Crate vialabs_stellar_macros 

Source
Expand description

§VIA Labs Stellar Macros

Procedural macros for generating default method implementations in Stellar contracts.

This crate provides the #[default_impl] attribute macro that automatically generates default implementations for trait methods, reducing boilerplate when implementing vialabs-stellar-common like MessageClientV4Interface.

Attribute Macros§

default_impl
Automatically generates default method implementations for trait methods.