tree: 239b60a519127da4947ee0842988a2d92608b685 [path history] [tgz]
  1. src/
  2. .gitignore
  3. .travis.yml
  4. appveyor.yml
  5. Cargo.toml
  6. CHANGELOG.md
  7. LICENSE-APACHE
  8. LICENSE-MIT
  9. README.md
  10. x86_64-unknown-linux-sgx.json
  11. Xargo.toml
third_party/iovec/README.md

IoVec

A specialized byte slice type for performing vectored I/O operations.

Crates.io Build Status

Documentation

Usage

To use iovec, first add this to your Cargo.toml:

[dependencies]
iovec = "0.1"

Next, add this to your crate:

extern crate iovec;

use iovec::IoVec;

For more detail, see documentation.

License

iovec is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.