Skip to content

Commit d1f4f5c

Browse files
authored
Merge pull request #2 from jannic-dev-forks/configure-docs
Improve rendered documentation
2 parents ce1a949 + 2bf1073 commit d1f4f5c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ doctest = false
2828

2929
[profile.release]
3030
codegen-units = 1
31-
lto = true
31+
lto = true
32+
33+
[package.metadata.docs.rs]
34+
# build docs for all features
35+
all-features = true

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![doc = include_str!("../README.md")]
12
#![no_std]
23

34
mod dht;

0 commit comments

Comments
 (0)