Cargo Features

unicom-unix has no features set by default.

[dependencies]
unicom-unix = { version = "0.2.0", features = ["tokio", "async-std", "rustdoc"] }
tokio = tokio-rs

Enables tokio of unicom

async-std rustdoc? = async-std-rs

Enables async-std of unicom

rustdoc = async-std

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.

async-std-rs async-std?

Enables async-std

tokio-rs tokio?

Enables tokio