zarrs_storage

Crates.iozarrs_storage
lib.rszarrs_storage
version0.4.0
created_at2024-09-02 10:56:47.520834+00
updated_at2025-09-17 23:15:24.523063+00
descriptionThe storage API and default stores for the zarrs crate
homepagehttps://zarrs.dev
repositoryhttps://github.com/zarrs/zarrs/tree/main/zarrs_storage
max_upload_size
id1360383
size170,029
Lachlan Deakin (LDeakin)

documentation

https://docs.rs/zarrs_storage

README

zarrs_storage

Latest Version zarrs_storage documentation msrv build codecov

The storage API for the zarrs Rust crate.

A Zarr store is a system that can be used to store and retrieve data from a Zarr hierarchy. For example: a filesystem, HTTP server, FTP server, Amazon S3 bucket, ZIP file, etc. The Zarr V3 storage API is detailed here: https://zarr-specs.readthedocs.io/en/latest/v3/core/index.html#storage.

This crate includes an in-memory store implementation. See zarrs storage support for a list of stores that implement the zarrs_storage API.

Licence

zarrs_storage 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: 1458

cargo fmt