zarrs_registry 0.1.2

The Zarr extension point registry for the zarrs crate
Documentation
1
2
3
4
5
/// Unique identifier for the `default` chunk key encoding (core).
pub const DEFAULT: &str = "default";

/// Unique identifier for the `v2` chunk key encoding (core).
pub const V2: &str = "v2";