Skip to main content

Module chunk_key_encoding

Module chunk_key_encoding 

Source
Expand description

Zarr chunk key encodings. Includes a default and v2 implementation.

See https://zarr-specs.readthedocs.io/en/latest/v3/chunk-key-encodings/index.html.

Chunk Key EncodingZEPV3V2Feature Flag
defaultZEP0001โœ“
v2ZEP0001โœ“โœ“
๐Ÿšงzarrs.default_suffixโœ“

Re-exportsยง

pub use zarrs_chunk_key_encoding as api;
pub use default::*;
pub use default_suffix::*;
pub use v2::*;

Modulesยง

default
The default chunk key encoding.
default_suffix
The default_suffix chunk key encoding.
v2
The v2 chunk key encoding.