We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858c4ca commit cc3421aCopy full SHA for cc3421a
ed25519-dalek/src/lib.rs
@@ -21,6 +21,7 @@
21
#![cfg_attr(feature = "rand_core", doc = "```")]
22
#![cfg_attr(not(feature = "rand_core"), doc = "```ignore")]
23
//! # fn main() {
24
+//! // $ cargo add ed25519_dalek --features rand_core
25
//! use rand::rngs::OsRng;
26
//! use ed25519_dalek::SigningKey;
27
//! use ed25519_dalek::Signature;
0 commit comments