1#![doc = include_str!("../readme.md")] 2#![no_std] 3 4pub use static_dispatch_macros::*; 5 6pub use macro_data::macro_data_transfer;