iovec 0.1.4

Portable buffer type for scatter/gather I/O operations
Documentation
[package]
authors = ["Carl Lerche <me@carllerche.com>"]
categories = ["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.1.4"
[target."cfg(unix)".dependencies.libc]
version = "0.2"