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.
2 parents ce1a949 + 2bf1073 commit d1f4f5cCopy full SHA for d1f4f5c
Cargo.toml
@@ -28,4 +28,8 @@ doctest = false
28
29
[profile.release]
30
codegen-units = 1
31
-lto = true
+lto = true
32
+
33
+[package.metadata.docs.rs]
34
+# build docs for all features
35
+all-features = true
src/lib.rs
@@ -1,3 +1,4 @@
1
+#![doc = include_str!("../README.md")]
2
#![no_std]
3
4
mod dht;
0 commit comments