| Crates.io | zarrs_storage |
| lib.rs | zarrs_storage |
| version | 0.4.0 |
| created_at | 2024-09-02 10:56:47.520834+00 |
| updated_at | 2025-09-17 23:15:24.523063+00 |
| description | The storage API and default stores for the zarrs crate |
| homepage | https://zarrs.dev |
| repository | https://github.com/zarrs/zarrs/tree/main/zarrs_storage |
| max_upload_size | |
| id | 1360383 |
| size | 170,029 |
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.
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.