Cargo Features

tun-rs has no features set by default.

[dependencies]
tun-rs = { version = "2.0.6", features = ["async", "async_io", "async_tokio", "async_std", "async_framed", "experimental"] }
async = async_tokio
async_io = async_std
async_tokio async? = blocking, tokio

Affects async_device::async_framed

async_std async_io? = async-io, blocking

Affects async_device::async_framed

async_framed = futures, futures-core

Affects async_device::async_framed

experimental

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.

blocking async_std? async_tokio?
tokio async_tokio?
async-io async_std?
futures-core async_framed?
futures async_framed?