Skip to content

Commit 60e8a57

Browse files
committed
docs: create documentation for all features
Enable the `--all-features` flag for docs.rs for the multihash crate. Closes #197.
1 parent 6c989c7 commit 60e8a57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ documentation = "https://docs.rs/multihash/"
1515
edition = "2021"
1616
rust-version = "1.64"
1717

18+
[package.metadata.docs.rs]
19+
all-features = true
20+
1821
[features]
1922
default = ["std"]
2023
std = ["unsigned-varint/std", "alloc"]

0 commit comments

Comments
 (0)