Compact typed representation of Api<T> #90
Labels
crate:api
Modifies the applet API
for:footprint
Reduces firmware footprint
for:performance
Improves firmware performance
needs:design
Needs design to make progress
It should essentially be a
u32
using the arbitrary_enum_discriminant feature, followed by theMerged<T>
. It might need#[repr(C, u32)]
too.Related issues:
The text was updated successfully, but these errors were encountered: