Skip to content

Commit

Permalink
Merge pull request #2 from jannic-dev-forks/configure-docs
Browse files Browse the repository at this point in the history
Improve rendered documentation
  • Loading branch information
zeldan authored Jan 4, 2025
2 parents ce1a949 + 2bf1073 commit d1f4f5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ doctest = false

[profile.release]
codegen-units = 1
lto = true
lto = true

[package.metadata.docs.rs]
# build docs for all features
all-features = true
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![doc = include_str!("../README.md")]
#![no_std]

mod dht;
Expand Down

0 comments on commit d1f4f5c

Please sign in to comment.