zarrs_storage 0.4.4

The storage API and default stores for the zarrs crate
Documentation
1
2
3
4
5
6
//! Zarr stores.
//!
//! See <https://zarr-specs.readthedocs.io/en/latest/v3/core/index.html#stores>

mod memory_store;
pub use memory_store::MemoryStore;