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.
docs.rs
lightning
1 parent e48074a commit a6834ebCopy full SHA for a6834eb
lightning-background-processor/Cargo.toml
@@ -11,6 +11,7 @@ edition = "2021"
11
12
[package.metadata.docs.rs]
13
all-features = true
14
+features = ["lightning/std"]
15
rustdoc-args = ["--cfg", "docsrs"]
16
17
[features]
lightning-rapid-gossip-sync/Cargo.toml
@@ -9,6 +9,10 @@ description = """
9
Utility to process gossip routing data from Rapid Gossip Sync Server.
10
"""
+[package.metadata.docs.rs]
+all-features = true
+
default = ["std"]
18
std = []
0 commit comments