Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

no_std support #123

Closed
newpavlov opened this issue Oct 28, 2016 · 2 comments
Closed

no_std support #123

newpavlov opened this issue Oct 28, 2016 · 2 comments

Comments

@newpavlov
Copy link
Member

newpavlov commented Oct 28, 2016

I think it's worth to add support for no_std. For example I am planning to implement Fortuna algorithm with no_std support (so it could be used on micro controllers) and it would be good to implement Rng trait so code implemented for it will be reused.

It can be done using std (or use-std, it seems there is currently no agreement on this) feature which will be enabled by default.

@jethrogb
Copy link

jethrogb commented Nov 3, 2016

See #108

@alexcrichton
Copy link
Contributor

Closing as a duplicate of #95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants