Skip to content

Commit f5e6189

Browse files
committed
Include logo in documentation
1 parent de6f4ab commit f5e6189

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

logo.svg

Lines changed: 1 addition & 0 deletions
Loading

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@
130130
clippy::cast_lossless,
131131
clippy::module_name_repetitions
132132
)]
133+
#![doc(html_favicon_url = "https://avatars0.githubusercontent.com/u/55999857")]
134+
#![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/55999857")]
133135

134136
#[macro_use]
135137
extern crate alloc;

0 commit comments

Comments
 (0)