This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Description
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.