Cargo Features

tun-rs has no features set by default.

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

Affects async_device::async_framed

async_io async_std? = 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_io? async_tokio?
tokio async_tokio?
async-io async_io?
futures-core async_framed?
futures async_framed?