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§

DataTypeExtensionBytesCodecError
A data type extension error related to the bytes codec.
DataTypeExtensionError
A data type extension error.

Traits§

DataTypeExtension
Traits for a data type extension.
DataTypeExtensionBytesCodec
Traits for a data type extension supporting the bytes codec.
DataTypeExtensionPackBitsCodec
Traits for a data type extension supporting the packbits codec.