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 c1d2c77 commit b660d79Copy full SHA for b660d79
src/lib.rs
@@ -46,6 +46,12 @@
46
47
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
48
#![no_std]
49
+#![doc(
50
+ html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
51
+)]
52
53
+ html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
54
55
56
extern crate alloc;
57
#[cfg(feature = "std")]
0 commit comments