//! Zarr versions.
//!
//! - [Zarr Version 3 Specification](https://zarr-specs.readthedocs.io/en/latest/v3/core/index.html)
//! - [Zarr Version 2 Specification](https://zarr-specs.readthedocs.io/en/latest/v2/v2.0.html)
use Debug;
/// Marker trait for Zarr versions.
/// Zarr Version 3.
;
/// Zarr Version 2.
;