Cargo Features
links_nonblocking has no features set by default.
[dependencies]
links_nonblocking = { version = "0.2.12", features = ["full", "unittest"] }
- default
-
These default features are set whenever
links_nonblocking
is added without
somewhere in the dependency tree.default-features = false Enables links_core
traits
- full = unittest
- unittest full?
-
Enables unittest of links_core
Affects
links_nonblocking::unittest
…