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 557ee8f commit 25bc1acCopy full SHA for 25bc1ac
src/lib.rs
@@ -91,6 +91,10 @@
91
//! [15]: https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback
92
//! [16]: #support-for-webassembly-and-amsjs
93
94
+#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
95
+ html_favicon_url = "https://www.rust-lang.org/favicon.ico",
96
+ html_root_url = "https://rust-random.github.io/rand/")]
97
+
98
#![no_std]
99
100
#[cfg(not(target_env = "sgx"))]
0 commit comments