Cargo Features

zarrs_storage has no features set by default.

[dependencies]
zarrs_storage = { version = "0.2.2", features = ["async", "tests"] }
async

Enable the experimental async API

Enables async-trait and futures

Affects zarrs_storage::AsyncReadableStorage, zarrs_storage::AsyncWritableStorage, zarrs_storage::AsyncListableStorage, zarrs_storage::AsyncReadableListableStorage, zarrs_storage::AsyncReadableWritableListableStorage, zarrs_storage::AsyncBytes, zarrs_storage::MaybeAsyncBytes, storage_adapter::async_to_sync, store_test::async_store_write, store_test::async_store_read, store_test::async_store_list

tests

Enable testing functions

Affects zarrs_storage::store_test