Registry / networking / iovec
library0.1.4rscratesunverified

Portable buffer type for scatter/gather I/O operations.

# Cargo.toml [dependencies] iovec = "0.1.4"
INSTALL
IMPORT
SIG · IOVEC
I
iovec
networkingrustv0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IoVec
use iovec::IoVec;

Creates an IoVec from a byte slice and prints its length.

use iovec::IoVec; fn main() { let buf = IoVec::from_slice(b"hello"); println!("Buffer length: {}", buf.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iovec — cargo add iovec · libregistry