Add a html logo

This commit is contained in:
Stjepan Glavina 2019-08-12 12:43:28 +02:00
parent 3f6dfaf2f5
commit 43d822cbc5

View file

@ -22,7 +22,7 @@
#![feature(async_await)]
#![cfg_attr(feature = "docs.rs", feature(doc_cfg))]
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
#![doc(html_playground_url = "https://play.rust-lang.org")]
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
pub mod fs;
pub mod future;