{"id":29969429,"url":"https://github.com/zarrs/zarrs_opendal","last_synced_at":"2026-01-20T17:58:51.218Z","repository":{"id":307836869,"uuid":"1021754275","full_name":"zarrs/zarrs_opendal","owner":"zarrs","description":"opendal store support for the zarrs Rust crate","archived":false,"fork":false,"pushed_at":"2025-07-17T23:24:20.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-02T15:13:28.629Z","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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-17T22:37:53.000Z","updated_at":"2025-07-17T23:21:06.000Z","dependencies_parsed_at":"2025-08-02T15:13:34.404Z","dependency_job_id":"5126ec12-75fe-4903-9684-a2b3549a8691","html_url":"https://github.com/zarrs/zarrs_opendal","commit_stats":null,"previous_names":["zarrs/zarrs_opendal"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/zarrs/zarrs_opendal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarrs%2Fzarrs_opendal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarrs%2Fzarrs_opendal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarrs%2Fzarrs_opendal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarrs%2Fzarrs_opendal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zarrs","download_url":"https://codeload.github.com/zarrs/zarrs_opendal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarrs%2Fzarrs_opendal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270041536,"owners_count":24516868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-08-04T04:07:35.210Z","updated_at":"2026-01-20T17:58:51.209Z","avatar_url":"https://github.com/zarrs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zarrs_opendal\n\n[![Latest Version](https://img.shields.io/crates/v/zarrs_opendal.svg)](https://crates.io/crates/zarrs_opendal)\n[![opendal 0.55](https://img.shields.io/badge/opendal-0.55-blue)](https://crates.io/crates/opendal)\n[![zarrs_opendal documentation](https://docs.rs/zarrs_opendal/badge.svg)](https://docs.rs/zarrs_opendal)\n![msrv](https://img.shields.io/crates/msrv/zarrs_opendal)\n[![build](https://github.com/zarrs/zarrs_opendal/actions/workflows/ci.yml/badge.svg)](https://github.com/zarrs/zarrs_opendal/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/zarrs/zarrs_opendal/graph/badge.svg)](https://codecov.io/gh/zarrs/zarrs_opendal)\n\n[`opendal`](https://crates.io/crates/opendal) store support for the [`zarrs`](https://crates.io/crates/zarrs) Rust crate.\n\n```rust\nuse zarrs_storage::AsyncReadableStorage;\nuse zarrs_opendal::AsyncOpendalStore;\n\nlet builder = opendal::services::Http::default().endpoint(\"http://...\");\nlet operator = opendal::Operator::new(builder)?.finish();\nlet store: AsyncReadableStorage = Arc::new(AsyncOpendalStore::new(operator));\n```\n\n## Version Compatibility Matrix\nSee [doc/version_compatibility_matrix.md](./doc/version_compatibility_matrix.md).\n\n`opendal` is re-exported as a dependency of this crate, so it does not need to be specified as a direct dependency.\n\nHowever, if `opendal` is a direct dependency, it is necessary to ensure that the version used by this crate is compatible.\nThis crate can depend on a range of semver-incompatible versions of `opendal`, and Cargo will not automatically choose a single version of `opendal` that satisfies all dependencies.\nUse a precise cargo update to ensure compatibility.\nFor example, if this crate resolves to `opendal` 0.53.0 and your code uses 0.52.0:\n```shell\ncargo update --package opendal:0.53.0 --precise 0.52.0\n```\n\n## Licence\n`zarrs_opendal` 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_opendal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzarrs%2Fzarrs_opendal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzarrs%2Fzarrs_opendal/lists"}