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 Encoding | ZEP | V3 | V2 | Feature Flag |
|---|---|---|---|---|
default | ZEP0001 | โ | ||
v2 | ZEP0001 | โ | โ | |
๐ง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
defaultchunk key encoding. - default_
suffix - The
default_suffixchunk key encoding. - v2
- The
v2chunk key encoding.