{"id":59523,"library":"ruzstd","title":"Ruzstd","description":"A decoder for the zstd compression format.","status":"active","version":"0.8.3","language":"rust","source_language":null,"source_url":"https://github.com/KillingSpark/zstd-rs","tags":["compression","zstd","decoder"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nruzstd = \"0.8.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ruzstd","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"FrameDecoder","correct":"use ruzstd::decoding::FrameDecoder;"}],"quickstart":{"code":"use ruzstd::decoding::FrameDecoder;\nuse std::io::Read;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let compressed = std::fs::read(\"file.zst\")?;\n    let mut decoder = FrameDecoder::new();\n    let mut decompressed = Vec::new();\n    decoder.read_to_end(&mut decompressed)?;\n    Ok(())\n}","lang":"rust","description":"Decode a zstd compressed file."},"warnings":[{"fix":"Enable the 'std' feature in Cargo.toml: ruzstd = { version = \"0.8\", features = [\"std\"] }","message":"Requires the 'std' feature for I/O operations.","severity":"gotcha","affected_versions":">=0.8.0"}],"env_vars":null,"search_vec":"'compress':7,9 'decod':3,11 'format':8 'ruzstd':1 'zstd':6,10","created_at":"2026-06-16T17:07:08.892074+00:00","updated_at":"2026-06-16T17:07:08.892074+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/KillingSpark/zstd-rs","github":"https://github.com/KillingSpark/zstd-rs","docs":"https://docs.rs/ruzstd/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}