Skip to content

Use core for no_std support

Ze'ev Klapow requested to merge zklapow/enum-primitive-derive:no-std into master

All of these traits come from core so we dont need std to use them and this macro is super useful in a lot of no_std contexts 😄

Merge request reports