diff --git a/zarr/Zarr/StorageTransformers/index.html b/zarr/Zarr/StorageTransformers/index.html new file mode 100644 index 00000000..86ed6791 --- /dev/null +++ b/zarr/Zarr/StorageTransformers/index.html @@ -0,0 +1,18 @@ + +StorageTransformers (zarr.Zarr.StorageTransformers)

Module Zarr.StorageTransformers

type transformer =
  1. | Identity
type t = transformer list
val default : t
val get : + (module Zarr__.Extensions.STF with type t = 'a) -> + 'a -> + t -> + string -> + (string, [> Zarr__.Extensions.tf_error ]) Stdlib.result
val set : + (module Zarr__.Extensions.STF with type t = 'a) -> + 'a -> + t -> + string -> + string -> + unit
val erase : + (module Zarr__.Extensions.STF with type t = 'a) -> + 'a -> + t -> + string -> + unit
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> (t, string) Stdlib.result
diff --git a/zarr/Zarr/index.html b/zarr/Zarr/index.html index 7743dbf6..cd7a79b1 100644 --- a/zarr/Zarr/index.html +++ b/zarr/Zarr/index.html @@ -1,2 +1,2 @@ -Zarr (zarr.Zarr)

Module Zarr

type ('a, 'b) array_repr
module Node : sig ... end

This module provides functionality for manipulating Zarr nodes.

module Indexing : sig ... end

A module housing functions for creating and manipulating indices and slices for working with Zarr arrays.

module ArrayMetadata : sig ... end

A module which contains functionality to work with a parsed JSON Zarr array metadata document.

module GroupMetadata : sig ... end

A module which contains functionality to work with a parsed JSON Zarr group metadata document.

module Storage : sig ... end
module Codecs : sig ... end
+Zarr (zarr.Zarr)

Module Zarr

type ('a, 'b) array_repr
module Node : sig ... end

This module provides functionality for manipulating Zarr nodes.

module Indexing : sig ... end

A module housing functions for creating and manipulating indices and slices for working with Zarr arrays.

module ArrayMetadata : sig ... end

A module which contains functionality to work with a parsed JSON Zarr array metadata document.

module GroupMetadata : sig ... end

A module which contains functionality to work with a parsed JSON Zarr group metadata document.

module Storage : sig ... end
module Codecs : sig ... end
module StorageTransformers : sig ... end