{"id":33922906,"url":"https://github.com/zarrs/zarrs_zip","last_synced_at":"2026-04-07T15:31:29.036Z","repository":{"id":322336184,"uuid":"1089089572","full_name":"zarrs/zarrs_zip","owner":"zarrs","description":"A storage adapter for zip files for the zarrs Rust crate","archived":false,"fork":false,"pushed_at":"2026-01-29T11:13:14.000Z","size":62,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-10T22:18:51.112Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zarrs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-03T21:46:43.000Z","updated_at":"2026-01-29T11:11:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zarrs/zarrs_zip","commit_stats":null,"previous_names":["zarrs/zarrs_zip"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/zarrs/zarrs_zip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarrs%2Fzarrs_zip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarrs%2Fzarrs_zip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarrs%2Fzarrs_zip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarrs%2Fzarrs_zip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zarrs","download_url":"https://codeload.github.com/zarrs/zarrs_zip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarrs%2Fzarrs_zip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31518419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-12T09:16:25.478Z","updated_at":"2026-04-07T15:31:29.031Z","avatar_url":"https://github.com/zarrs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zarrs_zip\n\n[![Latest Version](https://img.shields.io/crates/v/zarrs_zip.svg)](https://crates.io/crates/zarrs_zip)\n[![zarrs_zip documentation](https://docs.rs/zarrs_zip/badge.svg)](https://docs.rs/zarrs_zip)\n![msrv](https://img.shields.io/crates/msrv/zarrs_zip)\n[![build](https://github.com/zarrs/zarrs_zip/actions/workflows/ci.yml/badge.svg)](https://github.com/zarrs/zarrs_zip/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/zarrs/zarrs_zip/graph/badge.svg)](https://codecov.io/gh/zarrs/zarrs_zip)\n\nA storage adapter for `zip` files for the [`zarrs`](https://crates.io/crates/zarrs) Rust crate.\n\n```rust\nuse zarrs_storage::StoreKey;\nuse zarrs_filesystem::FilesystemStore;\nuse zarrs_zip::ZipStorageAdapter;\n\nlet fs_root = PathBuf::from(\"/path/to/a/directory\");\nlet fs_store = Arc::new(FilesystemStore::new(\u0026fs_root)?);\nlet zip_key = StoreKey::new(\"zarr.zip\")?;\nlet zip_store = Arc::new(ZipStorageAdapter::new(fs_store, zip_key)?);\n```\n\nSee a full example at [examples/zip_array_write_read.rs](./examples/zip_array_write_read.rs).\n\n## `zarrs` Version Compatibility Matrix\nSee [doc/version_compatibility_matrix.md](./doc/version_compatibility_matrix.md).\n\n## Licence\n`zarrs_zip` is licensed under either of\n - the Apache License, Version 2.0 [LICENSE-APACHE](./LICENCE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e or\n - the MIT license [LICENSE-MIT](./LICENCE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e, at your option.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzarrs%2Fzarrs_zip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzarrs%2Fzarrs_zip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzarrs%2Fzarrs_zip/lists"}