Cargo Features
channels-io has no features set by default.
[dependencies]
channels-io = { version = "0.3.0", features = ["std", "alloc", "core2", "embedded-io", "futures", "smol", "tokio"] }
- std futures? tokio? = alloc
- alloc std?
-
Affects
buf::Buf.copy_to_vec
,channels-io::transaction
,channels-io::framed
,write::WriteExt.transaction
,write::AsyncWriteExt.transaction
… - core2
-
Enables core2
- embedded-io
-
Enables embedded-io
- futures = std
-
Enables futures
- smol
-
Enables smol
- tokio = std
-
Enables tokio