[go: up one dir, main page]

iovec 0.1.3

Portable buffer type for scatter/gather I/O operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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.3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"