Cargo Features
unicom-nres has no features set by default.
[dependencies]
unicom-nres = { version = "0.4.0", features = ["tokio", "async", "rustdoc", "futures-util"] }
- tokio rustdoc?
-
Enables tokio, tokio of unicom
Affects
unicom-nres::DefaultResolver
… - async = async-net
-
Affects
unicom-nres::DefaultResolver
… - rustdoc = tokio
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- futures-util implicit feature
-
Enables futures-util
futures-util:
Common utilities and extension traits for the futures-rs library
- async-net async?