Add smol-rs logo

This commit is contained in:
John Nunley 2023-07-16 21:40:51 -07:00
parent 5de748aa9d
commit dfe3796fec
No known key found for this signature in database
GPG Key ID: 42B2FA4582BB1EC9
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
//! [`README`]: https://github.com/taiki-e/portable-atomic/blob/main/README.md#optional-cfg
#![no_std]
#![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"
)]
use core::cell::UnsafeCell;
use core::fmt;