Crates.io | zarrs_storage |
lib.rs | zarrs_storage |
version | 0.2.2 |
source | src |
created_at | 2024-09-02 10:56:47.520834 |
updated_at | 2024-10-17 11:34:52.162939 |
description | The storage API and default stores for the zarrs crate |
homepage | |
repository | https://github.com/LDeakin/zarrs |
max_upload_size | |
id | 1360383 |
size | 125,875 |
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/v3.0.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.