Crate zarrs_storage

Source
Expand description

The storage API for the zarrs 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.

§Licence

zarrs_storage is licensed under either of

Modules§

Structs§

Enums§

Traits§

Functions§

Type Aliases§