sov-modules-macros 0.3.0

Macros for use with the Sovereign SDK module system
1
2
3
4
5
6
use sov_modules_api::ModuleInfo;

#[derive(ModuleInfo)]
struct TestStruct {}

fn main() {}