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 Error - A data type extension error.
Statics§
- DATA_
TYPE_ RUNTIME_ REGISTRY - Global runtime registry for data type plugins.
Traits§
- Data
Type Extension - 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§
- Data
Type - A data type.
- Data
Type Runtime Plugin - A runtime data type plugin for dynamic registration.
- Data
Type Runtime Registry Handle - A handle to a registered data type plugin.