Expand description
This crate provides procedural macros for usage within the context of the Tetcore runtime interface.
The following macros are provided:
- The
#[runtime_interface]attribute macro for generating the runtime interfaces. - The
PassByCodecderive macro for implementingPassBywithCodec. - The
PassByEnumderive macro for implementingPassBywithEnum. - The
PassByInnerderive macro for implementingPassBywithInner.