You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Imo the core functionality of this library could be implemented without the std lib which would enable it to be used in embedded contexts (HW wallets?). For example byteorder does this by having a (default) feature std, which can be deactivated if needed.
Am I missing something here? If not I think it's a worthwhile goal.