From: Alekos Filini Date: Thu, 23 Dec 2021 10:36:49 +0000 (+0100) Subject: Add a custom logo to our docs X-Git-Tag: v0.16.0~6^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/enum.HexToArrayError.html?a=commitdiff_plain;h=e09aaf055ac6a60d0e5242f7b39c85ff980316ac;p=bdk Add a custom logo to our docs As suggested in #497, add our logo to the docs as well --- diff --git a/src/lib.rs b/src/lib.rs index 0d99a5f1..3ab53907 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,6 +14,10 @@ // only enables the `doc_cfg` feature when // the `docsrs` configuration attribute is defined #![cfg_attr(docsrs, feature(doc_cfg))] +#![cfg_attr( + docsrs, + doc(html_logo_url = "https://github.com/bitcoindevkit/bdk/raw/master/static/bdk.png") +)] //! A modern, lightweight, descriptor-based wallet library written in Rust. //!