static-dispatch 0.3.0

Implement a trait for an enum, where all variants implement the trait
Documentation
1
2
3
4
5
6
#![doc = include_str!("../readme.md")]
#![no_std]

pub use static_dispatch_macros::*;

pub use macro_data::macro_data_transfer;