We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ade11 commit 81c7613Copy full SHA for 81c7613
crates/bdk/src/lib.rs
@@ -1,4 +1,10 @@
1
#![doc = include_str!("../README.md")]
2
+// only enables the `doc_cfg` feature when the `docsrs` configuration attribute is defined
3
+#![cfg_attr(docsrs, feature(doc_cfg))]
4
+#![cfg_attr(
5
+ docsrs,
6
+ doc(html_logo_url = "https://github.com/bitcoindevkit/bdk/raw/master/static/bdk.png")
7
+)]
8
#![no_std]
9
#![warn(missing_docs)]
10
0 commit comments