9 releases

new 0.3.2 Mar 9, 2025
0.3.1 Jan 9, 2025
0.3.0 Nov 15, 2024
0.2.2 Oct 17, 2024
0.1.2 Sep 2, 2024

#1095 in Encoding

Download history 638/week @ 2024-11-17 162/week @ 2024-11-24 375/week @ 2024-12-01 700/week @ 2024-12-08 107/week @ 2024-12-15 81/week @ 2024-12-22 73/week @ 2024-12-29 379/week @ 2025-01-05 292/week @ 2025-01-12 90/week @ 2025-01-19 89/week @ 2025-01-26 283/week @ 2025-02-02 137/week @ 2025-02-09 195/week @ 2025-02-16 75/week @ 2025-02-23 35/week @ 2025-03-02

490 downloads per month
Used in 11 crates (7 directly)

MIT/Apache

120KB
2.5K SLoC

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.

Dependencies

~1.4–6.5MB
~44K SLoC