abrasion/third_party/cargo/vendor/iovec-0.1.4
q3k 2938a31682 third_party: bump everything 2021-01-07 23:38:16 +00:00
..
src bump winit, vulkano, ... 2020-03-17 00:00:50 +01:00
.cargo-checksum.json bump winit, vulkano, ... 2020-03-17 00:00:50 +01:00
BUILD.bazel third_party: bump everything 2021-01-07 23:38:16 +00:00
CHANGELOG.md bump winit, vulkano, ... 2020-03-17 00:00:50 +01:00
Cargo.toml bump winit, vulkano, ... 2020-03-17 00:00:50 +01:00
LICENSE-APACHE bump winit, vulkano, ... 2020-03-17 00:00:50 +01:00
LICENSE-MIT bump winit, vulkano, ... 2020-03-17 00:00:50 +01:00
README.md bump winit, vulkano, ... 2020-03-17 00:00:50 +01:00
appveyor.yml bump winit, vulkano, ... 2020-03-17 00:00:50 +01:00

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.