zarrs_metadata_ext 0.4.0

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

pub mod rectangular;
pub mod regular;