Registry / networking / iroh-io

iroh-io

JSON →
library0.6.2rscratesunverified

Async local I/O operations for the Iroh peer-to-peer networking library.

# Cargo.toml [dependencies] iroh-io = "0.6.2"
INSTALL
IMPORT
SIG · IROH-IO
I
iroh-io
networkingrustv0.6.2
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.

LocalPool
use iroh_io::LocalPool;

Load a file asynchronously using a local I/O pool.

use iroh_io::LocalPool; let pool = LocalPool::default(); let data = pool.load_bytes("path/to/file").await.unwrap(); println!("Loaded {} bytes", data.len());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
iroh-io — cargo add iroh-io · libregistry