Skip to content

Commit

Permalink
Add smol-rs logo (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull authored Jul 17, 2023
1 parent 4535655 commit 4ee1e33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
//! # }
//! ```

#![doc(
html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
)]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
)]

macro_rules! ready {
($e: expr) => {
match $e {
Expand Down

0 comments on commit 4ee1e33

Please sign in to comment.