zarrs_storage

Crates.iozarrs_storage
lib.rszarrs_storage
version0.2.2
sourcesrc
created_at2024-09-02 10:56:47.520834
updated_at2024-10-17 11:34:52.162939
descriptionThe storage API and default stores for the zarrs crate
homepage
repositoryhttps://github.com/LDeakin/zarrs
max_upload_size
id1360383
size125,875
Lachlan Deakin (LDeakin)

documentation

https://docs.rs/zarrs_storage

README

zarrs_storage

Latest Version zarrs_storage documentation msrv build

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.

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: 900

cargo fmt