zarrs_opendal

Crates.iozarrs_opendal
lib.rszarrs_opendal
version0.3.1
sourcesrc
created_at2024-09-02 10:58:45.148871
updated_at2024-09-23 00:48:15.801179
descriptionopendal store support for the zarrs crate
homepage
repositoryhttps://github.com/LDeakin/zarrs
max_upload_size
id1360386
size32,543
Lachlan Deakin (LDeakin)

documentation

https://docs.rs/zarrs_opendal

README

zarrs_opendal

Latest Version opendal 0.50 zarrs_opendal documentation msrv build

opendal store support for the zarrs Rust crate.

use zarrs_storage::AsyncReadableStorage;
use zarrs_opendal::AsyncOpendalStore;

let builder = opendal::services::Http::default().endpoint("http://...");
let operator = opendal::Operator::new(builder)?.finish();
let store: AsyncReadableStorage = Arc::new(AsyncOpendalStore::new(operator));

Version Compatibility Matrix

See doc/version_compatibility_matrix.md.

Licence

zarrs_opendal is licensed under either of

Unless 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.

Commit count: 900

cargo fmt