Registry / networking / iroh-car

iroh-car

JSON →
library0.5.1rscratesunverified

Implementation of the CAR (Content Addressable aRchive) files for iroh, used in IPFS-like systems.

# Cargo.toml [dependencies] iroh-car = "0.5.1"
INSTALL
IMPORT
SIG · IROH-CAR
I
iroh-car
networkingrustv0.5.1
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.

CarReader
use iroh_car::CarReader;

Creates a CAR reader from byte data.

use iroh_car::CarReader; use std::io::Cursor; fn main() { let data = vec![]; // dummy CAR data let reader = CarReader::new(Cursor::new(data)).unwrap(); println!("CAR reader created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iroh-car — cargo add iroh-car · libregistry