wasefire
wasefire copied to clipboard
Compact typed representation of Api<T>
trafficstars
It should essentially be a u32 using the arbitrary_enum_discriminant feature, followed by the Merged<T>. It might need #[repr(C, u32)] too.
Related issues:
- #59