Revision control
Copy as Markdown
Other Tools
[package]
name = "iovec"
version = "0.1.4"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["scatter", "gather", "vectored", "io", "networking"]
description = """
Portable buffer type for scatter/gather I/O operations
"""
categories = ["network-programming", "api-bindings"]
[target.'cfg(unix)'.dependencies]
libc = "0.2"