Crate zarrs_data_type

Crate zarrs_data_type 

Source
Expand description

The data type API for the zarrs crate.

§Licence

zarrs_data_type is licensed under either of

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Structs§

DataTypeFillValueError
A data type and fill value incompatibility error.
DataTypeFillValueMetadataError
A data type and fill value metadata incompatibility error.
DataTypePlugin
A data type plugin.
FillValue
A fill value.

Enums§

DataTypeExtensionError
A data type extension error.

Statics§

DATA_TYPE_RUNTIME_REGISTRY
Global runtime registry for data type plugins.

Traits§

DataTypeExtension
Traits for a data type extension.

Functions§

register_data_type
Register a data type plugin at runtime.
unregister_data_type
Unregister a runtime data type plugin.

Type Aliases§

DataType
A data type.
DataTypeRuntimePlugin
A runtime data type plugin for dynamic registration.
DataTypeRuntimeRegistryHandle
A handle to a registered data type plugin.