Cargo Features
msuc has no features set by default.
[dependencies]
msuc = { version = "1.0.0", features = ["blocking"] }
- default
-
These default features are set whenever
msuc
is added without
somewhere in the dependency tree.default-features = false Enables async-trait
- blocking
-
Enables blocking of reqwest ^0.11.21
Affects
client::SearchResultsStreamer
…