serde requires std
Closed this issue · 1 comments
jhbruhn commented
Enabling the serde feature pulls in std via a serde default feature. The serdes std feature is not needed here, is it?
Related to #23
eldruin commented
Yes, we should flip the features to have the default be no-std which disables the serde std feature and add an std feature which enables it.