Expand description
The data type API for the zarrs
crate.
§Licence
zarrs_data_type
is licensed under either of
- the Apache License, Version 2.0 LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0 or
- the MIT license LICENSE-MIT or http://opensource.org/licenses/MIT, at your option.
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§
- Data
Type Fill Value Error - A data type and fill value incompatibility error.
- Data
Type Fill Value Metadata Error - A data type and fill value metadata incompatibility error.
- Data
Type Plugin - A data type plugin.
- Fill
Value - A fill value.
Enums§
- Data
Type Extension Bytes Codec Error - A data type extension error related to the
bytes
codec. - Data
Type Extension Error - A data type extension error.
Traits§
- Data
Type Extension - Traits for a data type extension.
- Data
Type Extension Bytes Codec - Traits for a data type extension supporting the
bytes
codec. - Data
Type Extension Pack Bits Codec - Traits for a data type extension supporting the
packbits
codec.