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 d878d12 commit 2c0ec07Copy full SHA for 2c0ec07
src/lib.rs
@@ -50,6 +50,8 @@
50
//! ```
51
52
#![deny(missing_docs, unsafe_code)]
53
+#![doc(html_logo_url = "https://unicode-rs.github.io/unicode-rs_sm.png",
54
+ html_favicon_url = "https://unicode-rs.github.io/unicode-rs_sm.png")]
55
56
#![cfg_attr(feature = "no_std", no_std)]
57
#![cfg_attr(feature = "no_std", feature(no_std, core))]
0 commit comments