Zarr_sync.Storage
module IO : Zarr.Types.IO with type 'a t = 'a
module MemoryStore : Zarr.Memory.S with type 'a io := 'a
A blocking I/O in-memory storage backend for Zarr v3 hierarchy.
module ZipStore : Zarr.Zip.S with type 'a io := 'a
A blocking I/O Zip file storage backend for a Zarr v3 hierarchy.
module HttpStore : Zarr.Http.S with type 'a io := 'a
A blocking I/O Http storage backend for a Zarr v3 hierarchy.
module FilesystemStore : sig ... end
A blocking I/O local filesystem storage backend for a Zarr v3 hierarchy.