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.