Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

no std Feature #38

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

aruokhai
Copy link
Contributor

@aruokhai aruokhai commented Aug 6, 2024

Objective

no_std environments are environments such as embedded devices with no access to the std library feature, which could mean having no access to Os threads, Os random number generator and other utilities that depends on Os specific functionalities. Having proper support for no_std can significantly expand the usability of the library.

Changes

  • Changed the default environment to be no_std
  • Added std specific library function call select_coin_threaded
  • Added specific test to ensure it works well

Scope

The scope is critical as it affects the usability of the library

close #36

@aruokhai aruokhai marked this pull request as draft August 6, 2024 15:22
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support For No-std
1 participant