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

Indicate that the rand_core feature is required #641

Merged
merged 1 commit into from Mar 16, 2024

Conversation

beyarkay
Copy link
Contributor

@beyarkay beyarkay commented Mar 16, 2024

The main example doesn't explicitly indicate that the rand_core feature is required, and rust gives confusing error messages if you don't include it. This change simply adds a line reminding the new user of the crate to include the rand_core feature.

Closes #633

@tarcieri tarcieri merged commit cc3421a into dalek-cryptography:main Mar 16, 2024
14 checks passed
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.

docs.rs homepage examples use rand_core crate option, but do not mention its existence
2 participants