recvmsg 1.0.0

Traits for receiving datagrams reliably, without truncation.
Documentation
[dependencies.tokio]
features = ["net"]
optional = true
version = "1.34.0"
[dev-dependencies.tokio]
features = ["rt", "net", "macros"]
version = "1.34.0"

[features]
default = []
std = []
std_net = ["std", "libc", "windows-sys"]
tokio = ["dep:tokio", "std_net"]

[package]
description = "Traits for receiving datagrams reliably, without truncation."
edition = "2021"
license = "0BSD"
name = "recvmsg"
readme = "README.md"
rust-version = "1.60.0"
version = "1.0.0"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-freebsd", "x86_64-pc-windows-msvc", "x86_64-apple-darwin"]
[target."cfg(unix)".dependencies.libc]
optional = true
version = "0.2.150"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Networking_WinSock"]
optional = true
version = "0.52.0"