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

Add support for hermit and l4re #61

Merged
merged 4 commits into from
Jul 12, 2019
Merged

Conversation

josephlr
Copy link
Member

Currently, getrandom supports almost all targets that rustc can build. The exceptions are:

  • target_os = "none"
  • target_os = "l4re"
  • target_os = "hermit"

This PR adds support for the later two. Both implementations should just use RDRAND as:

@newpavlov newpavlov merged commit b3e609f into rust-random:master Jul 12, 2019
@josephlr josephlr deleted the hermit branch July 15, 2019 17:49
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

Successfully merging this pull request may close these issues.

None yet

2 participants