zarrs_metadata_ext 0.4.4

Zarr extensions metadata support for the zarrs crate
Documentation
1
2
3
4
5
6
7
//! Zarr array chunk grid metadata.
//!
//! See <https://zarr-specs.readthedocs.io/en/latest/v3/core/index.html#chunk-grid>.

pub mod rectangular;
pub mod rectilinear;
pub mod regular;