{"id":69036,"library":"iroh-car","title":"Iroh CAR","description":"Implementation of the CAR (Content Addressable aRchive) files for iroh, used in IPFS-like systems.","status":"active","version":"0.5.1","language":"rust","source_language":null,"source_url":"https://github.com/n0-computer/iroh-car","tags":["car","ipfs","content-addressable","archive","iroh"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\niroh-car = \"0.5.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add iroh-car","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"CarReader","correct":"use iroh_car::CarReader;"}],"quickstart":{"code":"use iroh_car::CarReader;\nuse std::io::Cursor;\n\nfn main() {\n    let data = vec![]; // dummy CAR data\n    let reader = CarReader::new(Cursor::new(data)).unwrap();\n    println!(\"CAR reader created\");\n}","lang":"rust","description":"Creates a CAR reader from byte data."},"warnings":[],"env_vars":null,"search_vec":"'address':8,23 'archiv':9,24 'car':2,6,19 'content':7,22 'content-address':21 'file':10 'implement':3 'ipf':16,20 'ipfs-lik':15 'iroh':1,12,25 'like':17 'system':18 'use':13","created_at":"2026-06-17T17:56:35.040533+00:00","updated_at":"2026-06-17T17:56:35.040533+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/n0-computer/iroh-car","github":"https://github.com/n0-computer/iroh-car","docs":"https://docs.rs/iroh-car/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}