iovec 0.1.4

Portable buffer type for scatter/gather I/O operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Carl Lerche <me@carllerche.com>"]
categories = ["network-programming", "api-bindings"]
description = """
Portable buffer type for scatter/gather I/O operations
"""
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"