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 198e58f commit 61fb02cCopy full SHA for 61fb02c
Cargo.toml
@@ -11,6 +11,7 @@ categories = ["network-programming"]
11
readme = "README.md"
12
13
[package.metadata."docs.rs"]
14
+rustdoc-args = ["--cfg", "docsrs"]
15
all-features = true
16
17
[workspace]
src/lib.rs
@@ -71,6 +71,8 @@
71
//! ```
72
//! For more consumer options check [`ConsumerBuilder`]
73
74
+#![cfg_attr(docsrs, feature(doc_cfg))]
75
+
76
mod byte_capacity;
77
mod client;
78
mod consumer;
0 commit comments