MCPcopy Index your code
hub / github.com/carllerche/iovec

github.com/carllerche/iovec @v0.1.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.3 ↗ · + Follow
30 symbols 38 edges 7 files 3 documented · 10%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

Core symbols most depended-on inside this repo

iovec
called by 2
src/sys/unknown.rs
wsabuf
called by 2
src/sys/windows.rs
iovec
called by 2
src/sys/unix.rs
as_ref
called by 1
src/sys/unix.rs
as_mut
called by 1
src/sys/unix.rs
from_bytes
called by 0
src/lib.rs
from_bytes_mut
called by 0
src/lib.rs
as_bytes
called by 0
src/lib.rs

Shape

Method 20
Class 6
Function 4

Languages

Rust100%

Modules by API surface

src/lib.rs11 symbols
src/sys/windows.rs6 symbols
src/sys/unknown.rs6 symbols
src/sys/unix.rs5 symbols
src/unix.rs2 symbols

For agents

$ claude mcp add iovec \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact