gecko-dev/third_party/rust/iovec
Nathan Froyd b93bf873ba Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
..
src Bug 1484462 - Revendor Rust dependencies. r=ato 2018-08-23 13:15:36 +01:00
.cargo-checksum.json Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
CHANGELOG.md Bug 1484462 - Revendor Rust dependencies. r=ato 2018-08-23 13:15:36 +01:00
Cargo.toml Bug 1484462 - Revendor Rust dependencies. r=ato 2018-08-23 13:15:36 +01:00
LICENSE-APACHE
LICENSE-MIT
README.md
appveyor.yml

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.