Cargo Features
[dependencies]
tropocol = { version = "0.1.2", default-features = false, features = ["log", "async-fifo", "async-channel"] }
- default = async-fifo, log
-
These default features are set whenever
tropocol
is added without
somewhere in the dependency tree.default-features = false - log default
-
Enables log
- async-fifo default
-
Enables async-fifo
Affects
tropocol::async_fifo
… - async-channel
-
Enables async-channel
Affects
tropocol::async_channel
…