{"id":66349,"library":"cab","title":"cab","description":"Read and write Windows Cabinet (CAB) archive files.","status":"active","version":"0.6.0","language":"rust","source_language":null,"source_url":"https://github.com/mdsteele/rust-cab","tags":["cab","archive","windows","compression"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ncab = \"0.6.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add cab","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Cabinet","correct":"use cab::Cabinet;"}],"quickstart":{"code":"use cab::Cabinet;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let mut cab = Cabinet::new(\"example.cab\")?;\n    println!(\"Cabinet opened\");\n    Ok(())\n}","lang":"rust","description":"Opens an existing CAB file for reading."},"warnings":[],"env_vars":null,"search_vec":"'archiv':8,11 'cab':1,7,10 'cabinet':6 'compress':13 'file':9 'read':2 'window':5,12 'write':4","created_at":"2026-06-17T17:22:32.573759+00:00","updated_at":"2026-06-17T17:22:32.573759+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/mdsteele/rust-cab","github":"https://github.com/mdsteele/rust-cab","docs":"https://docs.rs/cab/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"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}}