Cargo Features

RecvMsg has no features set by default.

[dependencies]
recvmsg = { version = "1.0.0", features = ["std", "std_net", "tokio"] }
std std_net?

Affects recvmsg::os

std_net tokio? = libc, std, windows-sys

Affects recvmsg::os.unix

tokio = std_net

Enables tokio

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.

libc unix std_net?
windows-sys win std_net?