iovec 0.2.0

Portable buffer type for scatter/gather I/O operations
Documentation
[package]
authors = ["Carl Lerche <me@carllerche.com>"]
categories = ["no-std", "network-programming", "api-bindings"]
description = "Portable buffer type for scatter/gather I/O operations\n"
documentation = "https://docs.rs/iovec"
homepage = "https://github.com/carllerche/iovec"
keywords = ["scatter", "gather", "vectored", "io", "networking"]
license = "MIT/Apache-2.0"
name = "iovec"
readme = "README.md"
repository = "https://github.com/carllerche/iovec"
version = "0.2.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.3"
[target."cfg(windows)".dependencies.winapi]
features = ["minwindef", "ws2def"]
version = "0.3"