diff options
| author | Fuwn <[email protected]> | 2021-06-10 11:32:14 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-10 11:32:14 +0000 |
| commit | e7bb9f9894193c08aa3b6842e09e745274d516db (patch) | |
| tree | 059185dd759492420c188823583d5ee703c0e08f /crates/whirl_api/src | |
| parent | chore(deps): update indirect npm deps (diff) | |
| download | whirl-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.rs | 4 |
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; |