aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-10 11:32:14 +0000
committerFuwn <[email protected]>2021-06-10 11:32:14 +0000
commite7bb9f9894193c08aa3b6842e09e745274d516db (patch)
tree059185dd759492420c188823583d5ee703c0e08f /crates/whirl_api/src
parentchore(deps): update indirect npm deps (diff)
downloadwhirl-e7bb9f9894193c08aa3b6842e09e745274d516db.tar.xz
whirl-e7bb9f9894193c08aa3b6842e09e745274d516db.zip
fix(global): doc styling for all crates
Diffstat (limited to 'crates/whirl_api/src')
-rw-r--r--crates/whirl_api/src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/whirl_api/src/lib.rs b/crates/whirl_api/src/lib.rs
index df0336f..2380f87 100644
--- a/crates/whirl_api/src/lib.rs
+++ b/crates/whirl_api/src/lib.rs
@@ -20,6 +20,10 @@
)]
#![deny(clippy::all, clippy::nursery, clippy::pedantic)]
#![recursion_limit = "128"]
+#![doc(
+ html_logo_url = "https://raw.githubusercontent.com/Whirlsplash/assets/master/Whirl.png",
+ html_favicon_url = "https://raw.githubusercontent.com/Whirlsplash/assets/master/Whirl.png"
+)]
#[macro_use]
extern crate log;