zarrs_registry 0.1.2

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

/// Unique identifier for the `rectangular` chunk grid (extension).
pub const RECTANGULAR: &str = "rectangular";